/* online greeley kc screen styles */
/* RGB 96,92,168 = purple
   RGB(250, 235, 201) = ivory
   */

body {
font-family:arial, helvetica, sans-serif;
font-size: 0.8 em;
color: black;
background-color: rgb(248, 213, 131)
}

h1, h2, h3, h4, h5, h6 {font-family: arial, helvetica, sans-serif; color: rgb(96,92,168)}
	
address {color: rgb(96,92,168); font-style: sans-serif; font-size: 10pt; font-variant: small-caps;   text-align: center; clear: both; border-top: 1px solid orange; border-bottom: 1 px solid orange}

a{color: black; }

a:hover {color: rgb(96,92,168); text-decoration: underline}


#head {text-align: center}

#links {width: auto; float: left; background-color: rgb(96, 92, 168); margin-right: 10px; padding: 10px; border: 2px solid black}
#links a {display: block; font-family: sans-serif; color: white; font-size: 10pt}

#links a:link {text-decoration: none}
#links a:visited {text-decoration: none}
#links a:hover {color: black; text-decoration: underline}
#links a:active {text-decoration: none}
