a:link {
text-decoration : none;
color : #6699cc;
}

a:visited {
text-decoration : none;
color : #336699;
}

a:active {
text-decoration : none;
color : #ff0000;
}

a:hover {
text-decoration : underline;
color : #ff0000;
}

a.act:link, a.act:visited, a.act:active {
text-decoration : none;
color : #ff0000;
}

p , td , li, div {
color : #000000;
}

h1 , h2 , h3 , h4 {
color : #333333;
font-family:Arial;
font-size:13pt;
}

dt {
font-weight:bold;
color : #000000;
font-family:Arial;
font-size:10pt;
}

code {
color : #990000;
}

pre {
color : #990000;
margin-left:50px;
}

body {
background-color:#FFFFFF;
}

ul.num {
list-style-type:none;
}

hr {
color: #ffffff;
height:0px;
border-top:1px solid #eeeeee;
width:70%;
}
