/* This is a style sheet for www.cg48.org
	 This style sheet is meant for site wide 
	 styles. Please place page specific styles 
	 in the page specific style sheets.
	 
	 12/9/04: Initial CSS ..Frank Vanhoof
*/

body {
	background-color : White;
	background-image : none;
	font-family: verdana,sans-serif;
	/*font-family : Arial, Helvetica, sans-serif;*/
}

p {
	font-size : small;
	font-style : normal;
	line-height : 100%;
}

a:hover { 
	background: #EAEAEA 
}

img {
	border : 0;
}
h1 {
	font-size : x-large;
	font-weight : bold;
}

h2 {
	font-size : large;
}

h3 {
	font-size : x-small;
	font-weight : lighter;
	vertical-align : text-bottom;
}

H4 {
	font-size : xx-small;
	font-style : normal;
	font-weight : lighter;
	}





