/*  style sheet for julie callahan's cs1410-eae website. */
/*  hexidecimal colors used in the "old glory" color scheme from http://kuler.adobe.com

	4B0505 = dark red
	720707 = maroon
	BFB694 = greyish beige
	004659 = dark dusty blue
	00292B = darkest teal  */

/* standard html tag styles */

body{
	background: url(stripes.gif);
}


p{
	font-size: small;
	font-family: "Arial" sans-serif;
	color: #00292B; 
}


hr{
	color: #720707;
}


h1{
	font-size: large;
	color: #4B0505;
	font-variant: small-caps;
	font-family: "Times, serif";
}

h2{

	font-size:  small;
	font-weight: lighter;
	color: #4B0505;
	font-family: "Times, serif";
}

h3{
	font-family: "Arial, Helvetica, sans-serif";
	font-size: x-small;
	color: #4B0505;
	font-weight: lighter;
}

a{
	color: #004659;
}

a:visited{
	color: #720707;
}

a:hover{
	color: #4B0505;
}

li{
	font-size: small;
	font-family: "Arial" sans-serif;
	color: #00292B; 
}



/* custom div id styles */


#container{
	position: relative;
	background-color: #BFB694;
	padding: 3px;
	width: 900px;
	margin: auto;
	height: auto;

}


#header{

}


#statement{
	background-color: #BFB694;

}


#courses{

}


#cool{

}
