body {
text-align: justify;
font-family:arial;
}

p { 
color: #000000; 
font-size: 7pt;
} 

a:link {
font-size: 7pt;
text-decoration:none;
text-transform:uppercase;
font-weight: bold;
font-family: trebuchet ms;
color: #000000;
}
a:visited {
font-size: 7pt;
text-decoration:none;
text-transform:uppercase;
font-weight: bold;
font-family: trebuchet ms;
color: #000000;
}
a:active {
font-size: 7pt;
text-decoration:none;
text-transform:uppercase;
font-weight: bold;
font-family: trebuchet ms;
color: #000000;
}
a:hover {
font-size: 7pt;
text-decoration:none;
text-transform:uppercase;
font-weight: bold;
font-family: trebuchet ms;
color: #fff468;
}

::-moz-selection {
background: #0084ff; color: #ffffff;
} 
::selection {
background: #0084ff; color: #ffffff;
} 
