
/* this describes the main body of the page */
body{ background:white;
 	color:black;
  	font-family: Georgia, "Times New Roman", Times, "New York", serif;
 	margin-left:0;
   	margin-right:0;
   	margin-top:0;
}

p.mytext{
  color: red;
}

.bodytext{margin-left:3%;
 margin-right:3%;
 }


a{ font-style:normal;
}
a:link {color:blue;
}
a:active { color:red}
a:visited {color:purple	}
h1 { font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
}
h2 { font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
}
h3 { font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
}
h4 { font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
}

a.mylink { color: white;
}

a.mylink:visited {color: purple}
a.mylink:link {	color: blue}
a.mylink:active {color: blue}
a.mylink:hover {color: white}
