/* core stylesheet for my home site* DON'T CHANGE/

/* the following style sets body text, margins, headings and links*/

BODY {
   font-style : normal;
   font-weight : normal;
   font-family : Verdana, Arial, sans-serif;
   color : black;
   background-color : #FFFFFF;

   margin-left : 5%;
   margin-right : 5%;
   margin-top : 10px;
   margin-bottom : 10px;
}


/* the following styles set headings*/

H6 {
   font-style : normal;
   font-weight : bold;
   font-size : 60%;
   font-family : "Times New Roman", Times, serif;
   color : black;
}

H5 {
   font-style : normal;
   font-weight : bold;
   font-size : 80%;
   font-family : "Times New Roman", Times, serif;
   color : black;
}

H4 {
   font-style : normal;
   font-weight : bold;
   font-size : 100%;
   font-family : "Times New Roman", Times, serif;
   color : black;
}

H3 {
   font-style : normal;
   font-weight : bold;
   font-size : 120%;
   font-family : "Times New Roman", Times, serif;
   color : black;
}

H2 {
   font-style : italic;
   font-weight : bold;
   font-size : 150%;
   font-family : "Times New Roman", Times, serif;
   color : black;
}

H1 {
   font-style : italic;
   font-weight : bold;
   font-size : 200%;
   font-family : "Times New Roman", Times, serif;
   color : black;
}


/* the following style sets links*/

a.plain {text-decoration: none }

A:visited {
   color : #000099;
   background : none;
}
A:link {
   color : #0000CC;
   background : none;
}
A:hover {
   color : #FF0000;
   background : none;
}
A:active {
   color : red;
   background : none;
}
