/* Liz's HTML cascading style sheet for Astrea Media main pages */

a {text-decoration: none}

/* use ordering link, visited, hover, active... */
a:link {
color:white;
}

a:visited {
color:#d0d0d0;
}

a:hover {
color:#c08080;
}

body {
margin-left: 10%;
margin-right: 10%;
margin-top: 10%;
color: white;
background: black;
font-family: "Courier", serif;
}
