body {
background-color: #ffffff;
color: #333333;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
margin: 0px;
}

a:link {
color: white; 
text-decoration: none;
background-color: transparent;
}

a:visited {
color: #FDFADE; 
text-decoration: none;
background-color: transparent;
}

a:active {
color: white; 
text-decoration: none;
background-color: transparent;
}

a:hover {
color: #FDFADE; 
text-decoration: none;
background-color: transparent;
}

a.ct:link {
color: black;
text-decoration: none;
background-color: transparent;
font-weight: bold;
}

a.ct:visited {
color: gray;
text-decoration: none;
background-color: transparent;
font-weight: bold;
}

a.ct:active {
color: green;
text-decoration: none;
background-color: transparent;
font-weight: bold;
}

a.ct:hover {
color: blue;
text-decoration: none;
background-color: transparent;
font-weight: bold;
}


h1 {
font-size: 17px;
color: #ffffff;
margin: 15px 0px;
}

h2 {
font-size: 15px;
color: #000000;
}

p {
text-align: justify;
text-indent: 7px;
font-size: 14px; 
width: 500px;
margin: 5px 10px 15px 10px;
}

hr {
color: #9DB286;
background-color: #9DB286;
}

