/* 
homework_3a.css
tyler mazaika
COIN 65 09w
*/

body {background-color: #000; color: #DDD; margin-left: 60px; margin-right: 60px;}

h1 {font-family: courier, serif; color: #0CF;  font-size: 30px;}

#header {text-align: center; border-bottom: 3px dotted #0CF; margin-bottom: 40px;}

#header a:link {text-decoration: none; color: #9CF}
#header a:visited {text-decoration: none; color: #69C}
#header a:hover {text-decoration: underline; color: #6FF}
#header a:active {text-decoration: underline; color: #6FF}

#content h2 {color: #F90; font-style: italic;}
#content p {margin-left: 25px; margin-right: 25px;}
#content h2+p:first-line {font-weight: bold; font-style: italic; font-variant: small-caps; color: #FC0;}
#content em {font-weight: bold; color: #AF3;}

#content a {text-decoration: underline; font-weight: bold;}
#content a:link {color: #FFF;}
#content a:visited {color: #C9C;}
#content a:hover {color: #FC3;}
#content a:active {color: #FF3;}

#content .quote { color: #9CF; font-style: italic; border-left: 4px solid #A6A; margin-left: 100px; padding-left: 10px;}



.bigLetter:first-letter {float: left; font-size: 36px; margin: 3px; font-weight: bold; color: #F63}

#footer {text-align: center; border-top: 3px dotted #0CF; margin-top: 40px;}

