/* CSS Document */

/* BODY */
body {background-color:#cccccc}



/* PARAGRAPH */
p {font-size:11pt; margin-left: 50px; margin-right: 50px; font-family:helvetica} 
p {color:ffffff}
p {text-decoration: line-through;}
p {background-color:#cccccc}


/* LINKS */
a:link {color:white}
a:link {background-color:grey}
a:hover {background-color:CCCCCC}
a:visited {color:white}  
a:active {color:white}
a:link {font-size:50px}

a {font-family: helvetica}
a {text-decoration: underline;}
