﻿/*
CSS for Pam's Stranded Universe site
*/

/*steinman-wk4 stylesheet- sept.25,2011*/

*{
margin:0;
padding:0;
}

body {

color:black;
background-color:white;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: small;
line-height:1.25;
margin: 1em;
margin-left: 2em;
}
#tagline p {
color: #052C6E;
font-style: italic;
font-family: Calibri, Arial, sans-serif;
font-size: medium;
margin-bottom: 1em;
}

#navigation ul {
text-decoration:none;
margin-bottom:1em;
margin-left:1em;
}

a {
font-weight: bold;
}

a:link {
color: black;
}

a:visited {
color: #1B0773;
}

a:hover {
text-decoration: none;
color: #052C6E;
background-color: #FFE473;
}

a:active {
color: #BFA430;
}

h1 {
font-size: xx-large;
}

h2 {
color: #FFCE00;
background-color: #1B0773;
font-family: Calibri, Arial, sans-serif;
margin-top: 2em; 
margin-bottom: 1em;
} 

h3 { 
color: black;
font-family: Calibri, Arial, sans-serif;
font-size:large;
margin-bottom: .5em;
}

p{
font-family: Verdana, Helvetica, Arial, sans-serif;
}

blockquote {
color: #1B0773;
font-size:large;
background-color:#FFDA40;
margin-left:420px;
margin-top:1em;
}

#footer p {
line-height: 200px;
background-color:black;
color:white;
font-size: medium;
margin-top:1em;
}


