body {background-color: rgb(0,0,100)}
h1 {color: rgb(255,255,255)}
h1 {font-family: arial}

p {color: rgb(255,255,255)}
p {font-family: arial}
P {font-size: 90%}

ul {color: white}
ul {font-family: arial}
ul {font-size: 90%}

ol {color: white}
ol {font-family: arial}
ol {font-size: 90%}

a:link {color: rgb(0,0,100); font-weight: bold; 
font-size: 90%; text-decoration: none}
a:visited {color: rgb(0,0,100); font-weight: bold; 
font-size: 90%; text-decoration: none}
a:hover {color: rgb(0,0,150); font-weight: bold; 
font-size: 90%; text-decoration: underline}
a:active {color: #FF0000; font-weight: bold; font-size: 90%}

a.two:link {color: rgb(255,255,255); font-weight: normal; 
font-size: 90%; text-decoration: none}
a.two:visited {color: rgb(255,255,255); font-weight: normal;  
font-size: 90%; text-decoration: none}
a.two:hover {color: rgb(255,255,0); font-weight: normal; 
font-size: 90%; text-decoration: underline}
a.two:active {color: rgb(255,255,0); font-size: 90%; font-weight: normal; 
text decoration: underline}

a.three:link {color: rgb(255,255,255); font-weight: normal; 
font-size: 100%; text-decoration: none}
a.three:visited {color: rgb(255,255,255); font-weight: normal;  
font-size: 100%; text-decoration: none}
a.three:hover {color: rgb(255,255,0); font-weight: normal; 
font-size: 100%; text-decoration: underline}
a.three:active {color: rgb(255,255,0); font-size: 100%; font-weight: normal; 
text decoration: underline}


