/* root level text style */

a:link {color: white; text-decoration: none; font-weight: 600;}
a:visited {color: white; text-decoration: none; font-weight: 600;}
a:active {color: white; text-decoration: none; font-weight: 600;}
a:hover {color: white; text-decoration: underline; font-weight: 600; background-color: #333333;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cccccc;
	background: black;
	}
	
b {
	color: #ffffff;
	}
	
td {
	font-size: 13px;
	color: #cccccc;
	}
	
.SMboldTitle {
	font-size: 15px;
	font-weight: bold;
	color: #19336E;
	}
	
.boldTitle {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	}

.dropcap {
float:left;
color:#F57A37;
font-size:80px;
line-height:60px;
padding-top:5px;
font-family: Times, serif, Georgia;
}