/* Mr. Bixler Teacher Site */

/* Global Styles */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	}

body {
	background-color: #EEEEEE;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	}

a:active  { 
	background-color: transparent;
	color: #993300; 
	font-style: italic; 
	}
	
a:hover   { 
	background-color: #CC6600;
	color: white;
	font-style: italic;
	}
	
a:link    { 
	background-color: transparent;
	color: #ff6600; 
	font-style: italic;  
	}

a:visited { 
	background-color: transparent;
	color: #CC6600; 
	font-style: italic; 
	}

h1, h2, h3, h4, h5, h6 {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
	}
			
h1 { color: #FF6600; font-size: 200%; text-align: center }
h2 { color: #FF6600; font-size: 125% }
h3 { color: #FF6600; font-size: 150% }

hr {
	color: #FF6600;
	background-color: #FF6600;
	height: 15px;
}

li, ol, ul {
	margin: 5px;
	margin-left: 15px;
	}

p {
	margin: 8px
	}

/* ID Styles */


/* Class Styles */

.crosscountry {
	color: #FF6600;
	font-style: bold;
}

.floatleft {
	margin-right: 15px;
	margin-bottom: 5px;
	float: right;
}

.floatright {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}

.pclose {margin: 2px;}
	
.quote {
	color: #FFFFFF;
	font-style: oblique;
	font-size: smaller;
	}

/* Not In Use ??? */
		
.footer     {
	color: #FFFFFF;
	padding: 3px;
	font-size: xx-small;
}
.size-xs {
	font-size: x-small;
}
