@charset "utf-8";
/* CSS Document for My Special Interests */

body {
	background-color: #399;
	padding: 5px;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
}

#wrapper {
	width: 70%;
	background-color: #0CC;
	border: 2px solid #000;
	padding: 20px 50px 20px 50px;
	margin: 50px auto 60px auto;

}
	
#header {
	text-align: center;
}


h1 {
	color: #000;
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	text-align: center;
	padding-left: 10px;	
	
	}
	
	
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
	font-size: 18px;
	text-align: left;
	padding-left: 10px;
		
}

a:link { color: #000;
         text-decoration: none;
    }
	
a:visited {
	         color: #ff0315;
    }
	
a:hover {
        color: #1d7406;
        background-color: #fff600;
    }
	
#footer {
    text-align: center;
    font-size: 80%;
    border-top: 1px solid #FFF;
	font-style: italic; 
}



#wrapper ol {
	font-family: Tahoma, Geneva, sans-serif;
	color: #60F;
	font-style: italic;
}
#wrapper ul {
	font-family: Tahoma, Geneva, sans-serif;
	color: #60F;
	font-style: italic;
}
#wrapper blockquote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #C39;
}
