/* MedinaMystics screen styles */

body {color: rgb(192,192,192); background-color: rgb (0,0,0)}

h1, h2, h3, h4, h5, h6 {font-family: sans-serif; color: rgb(192,192,192)}

address {color: rgb(192,192,192); font-style: normal; font-variant: small-caps;
	text-align: center; clear: both; border-top: 2px solid blue; padding: 10px}

#head {text-align: center; border-bottom: 2px solid blue; padding: 15px}


#links {width: 160px; float: left; background-color: rgb(128,128,128); margin-right: 10px;
	padding: 10px; border: 2px groove blue}

#links a {display: block; font-family: sans-serif; color: white; font-size: 9pt}

#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}


#main {width: 70%; float: left; border-left: 2px solid blue; padding-left: 10px}

#main a:link {color: rgb(192,192,192); text-decoration: none}
#main a:visited {color: rgb(192,192,192); text-decoration: none}
#main a:hover {color: red; text-decoration: underline}
#main a:active {color: rgb(192,192,192); text-decoration: none}


