ul, ol, br, p, table	{		
		font-family: verdana;
		font-size: 12px;
 		color: #000000;
		}

A:link 	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: 300;
		height:1;
		}

A:visited 	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: 300;
 		height:1;
		}

A:hover {
		color: #FFFFFF;
		text-decoration: underline overline;
		background: none;
		font-weight: 300;
		position: relative;
		}

body   	{ 
        background-color: #636363;
		}
		
body.whitebg   	{ 
        background-color: #FFFFFF;
       	}
		
.title {
	font-size: 18px;
	font-weight: bold;
}

.whitefont {
	color: #FFFFFF;
	}
	
.lightbluefont {
	color: #d8f4ee;
	}
	
.paleyellowfont {
	color: #f7e2aa;
	}

.subtitle {
    font-size: 16px;
}

