body {background-color: #D2D2D2
}

p { font-family: verdana, sans-serif ;
color: #000000;
text-decoration:  none; 
font-size: 13px;
text-align: justify;
}

p.smallcenter { font-family: verdana, sans-serif ;
color: #000000;
text-decoration:  none; 
font-size: 10px;
text-align: center;
}

p.largecenter { font-family: verdana, sans-serif ;
color: #000000;
text-decoration:  none; 
font-size: 14px;
text-align: center;
}

p.center { font-family: verdana, sans-serif ;
color: #000000;
text-decoration:  none; 
font-size: 13px;
text-align: center;
}

p.centerwhitebold { font-family: verdana, sans-serif ;
color: #ffffff;
text-decoration:  none; 
font-size: 13px;
text-align: center;
font-weight: bold;
}

p.centerwhiteboldsmall { font-family: verdana, sans-serif ;
color: #ffffff;
text-decoration:  none; 
font-size: 10px;
text-align: center;
font-weight: bold;
}

ul { font-family: verdana, sans-serif ;
color: #000000;
text-decoration:  none; 
font-size: 13px;
text-align: center;
}

li { font-family: verdana, sans-serif ;
color: #000000;
text-decoration:  none; 
font-size: 14px;
text-align: left;
}

h1 { font-family: verdana, sans-serif ;
color: #4B7856;
text-decoration:  none; 
font-size: 16px;
text-align: center;
font-weight: bold;
}

a:link {
	font-family: verdana, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	font-family: verdana, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

a:hover, a:active {
	font-family: verdana, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}