<!--
/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead {
margin:0;padding:0;border:0;
}*/
div{margin:0; padding:0; border:0;}

body{
font-family: Verdana,sans-serif;
font-size:16px;
}
.wrapper{
position:relative;
width:600px;
margin:0px auto 20px auto;
}
.content{
width:600px;
margin-bottom:20px;
float:left;
}

h1{
color: red; 
}
h1, h2{
margin-bottom:20px;
font-family:Tahoma,sans-serif;
}
h2{margin-bottom:30px;}
p, li{margin-bottom:20px;}

a:link, a:active, a:visited{color:#3a81e6;}
a:hover{color:#333333;}

.alignCenter{text-align:center;}
.alignLeft{text-align:left;}
.alignRight{text-align:right;}
.alignJustify{text-align:justify;}
.noMargin{margin:0;}

.redText{color:#FF0000;}
.greyText{color:#000000;}
.georgia{font-family:Georgia, "Times New Roman", Times, serif;}
.smallText{font-size:12px;}
.smallestText{font-size:10px; margin-bottom:5px;}
.mediumFont{font-size:14px; margin-bottom:10px;}
.yellowBG{background-color:#FFFF33;}

.bottomMargin{margin-bottom:18px;}
.clearBoth{clear:both;}

.grayLink a{color:#666666;}