/* CSS Document */
body {
	margin: 5px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	line-height: 130%;
	}
#container {
	background-color: #CCCCCC;
	background-image: url(images/mid.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	}	
#main
	{
	background-image: url(images/fade.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#ball {
	background-image: url(images/football.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
#author {
	border: 1px solid #333333;
}
.bullet
	{
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
	font-size: 14px;
	background-color: #FFFFFF;
	line-height: 160%;
	}
	
/* images */
.imgleft {
	float: left;
	}
.imgright {
	float: right;
	}


/* ---  links  --- */

a:link {
	color: #0033CC;
	text-decoration: underline;
	}
a:visited {
	color: #0033CC;
	text-decoration: underline;
	}
a:hover {
	color: #0033CC;
	text-decoration: none;
	}
/* ----{ special styles }-------------------*/
.small {
	font-size:10px;
	color: #0033CC;
	}

/* ---[ common elements ]--------------------- */

p {
	margin: 5px;
	padding: 0;
	line-height: 130%;
	}
input {
	font-family: Verdana, sans-serif;
	color: #003366;
	}
textarea {
	font-family: Verdana, sans-serif;
	color: #003366;
	}
select {
	font-family: Verdana, sans-serif;
	color: #003366;
	}
h1 {
	font-family: Verdana, sans-serif;
	font-size: 200%;
	font-weight: bold;
	padding: 0;
	margin: 5px;
	line-height: 110%;
	margin: 5px;
	color: #006633;
	}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 5px;
	line-height: 110%;
	margin: 5px;
	color: #003399;
	}
h3 {
	font-family: Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 110%;
	margin: 5px;
	color: #990000;
	border: none;
	}
h4 {
	margin: 1.5em 0 0 0;
	font-family: Verdana, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #333;
	}
h5 {
	margin: 1.5em 0 0 1em;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333;
	}
h6 {
	margin: 1.5em 0 0 1em;
	font-family: Verdana, sans-serif;
	font-size: 88%;
	font-weight: bold;
	color: #333;
	}
blockquote {
	font-size: 88%;
	line-height: 1.5em;
	color: #333;
	padding-left: 23px;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	color: #990000;
	}
del {
	text-decoration: line-through;
	color: #999;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}
	
.header_green {
	font-family: "Comic Sans MS", Arial;
	font-size: 24px;
	font-weight: bold;
	color: #009933;
	line-height: 110%;
}
.header_blue {

	font-family: "Comic Sans MS", Arial;
	font-size: 24px;
	font-weight: bold;
	color: #003399;
	line-height: 110%;
}
.header_red {
	font-family: "Comic Sans MS", Arial;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	line-height: 110%;
}
