
body {
background-color: #00002D;
background-repeat:repeat-x; 
background-position:top;
}

/*general styles*/

h1 {
font-size:40px;
font-family:Impact;
font-weight:normal;
margin:0;
color:#800000;
}

h2 {
font-family:Tahoma;
font-size:24px;
margin:0;
color:#000066;
}

h3 {
font-family:Verdana;
font-size:20px;
margin:0;
color:#004A0E;
}

h4 {
font-family:Verdana;
font-size:18px;
margin:0;
}

p {
font-size:14px;
font-family:Verdana;
}

ul {
padding:0 15px;
margin:20px 0;
list-style-type:none;
}

ul li {
padding:5px 30px;
line-height:20px;
background:url(images/bullet.png) top left no-repeat;
font-size:14px;
font-family:Verdana;
}

ol {
padding:0 10px;
margin:20px 0;
list-style-type:none;
}

ol li {
padding:5px 35px;
line-height:20px;
background:url(images/check.png) top left no-repeat;
font-size:14px;
font-family:Verdana;
}

a:link, a:visited {
text-decoration:none;
color:#000066;
}

a:hover {
text-decoration:none;
color:#CC0000;
}

img {
border:0;
}


