/*Generic Style Sheet for El Dorado Tech documents*/

body	{ 
	margin-left: 10px; 
	margin-right: 5px; 
	background-color:white;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	}

A:link	{
	/*color:#0000EF;*/
	color:red;
	text-decoration:none;
	}

A:active	{
	/*color:#FF0000;*/
	color:yellow;
	}

A:visited	{
	/*color:#55188A;*/
	color:purple;
	text-decoration:none;
	}

A:hover	{
	color:silver;
	text-decoration:underline;
	}

p 	{
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	color:black;
	}

h1 	{
	margin-left: 5px;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:20px;
	color:navy;
	}

h2 	{
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:18px;
	color:blue;
	}

h3	{
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:16px;
	color:blue;
	}

h4  {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:14px;
	color:blue;
	}

div {
	margin-left: 10 px;
	margin-right: 10 px;
	padding: 30px 30px 30px 30px;
	border-style: inset;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	border-radius: 5px;
	}

span {
/*	margin-left: 10 px;
	margin-right: 10 px;*/
	padding: 10px 10px 10px 10px;
	/*border-style: inset;*/
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
}

.pictureleft {
	float: left;
}

.pictureleft p {
	float: center;
	font-size: smaller;
}

.pictureright {
	float: right;
}

.pictureright p {
	float: center;
	font-size: smaller;
}

.videoleft {
	float: left;
}

.videoleft p {
	float: center;
	font-size: smaller;
}

.videoright {
	float: right;
}

.videoright p {
	float: center;
	font-size: smaller;
}

.title	{
	background-color:yellow;
	}


.tail	{
	background-color:yellow;
	color:navy;
	}

.purple {
	background-color:purple;
	}

.blue	{
	background-color:blue;
	}

.white	{
	background-color:white;
	}

.form	{
	background-color:navy;
	}

ul	{
	color:black;
	}

ol	{
	color:black;
	}

li	{
	color:black;
	}

pre	{
	color: green;
	font-weight: bold;
	}

em	{
	font-style: italic;
	font-weight: bold;
	}

strong	{
	text-transform: uppercase;
	font-weight: bold;
	}

b	{
	font-weight: bold;
	}

i	{
	font-style: italic;
	}

table  {
	background: #EFEFEF;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	}

tr	{
	background: #FFFFFF;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	}

td	{
	background: #EFEFEF;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	}

th	{
	background: #A0A0A4;
	font-family:Helvetica,Arial,sans-serif;
	font-size:16px;
	}

caption	{
	margin-top: 2px;
	}

splash	{
	color: #009966;
	}

blockquote	{
	font-family: "Comic Sans MS", serif;
	font-size: 80%;
	margin-right: 5%;
	}


p.address	{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	}

p.navbar	{
	text-align: center;
	font-size: 15px;
	}

p.colophon {
	font-size: 10px;
	}

p.copyright	{
	font-size: 8px;
	text-align: center;
	}
