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

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

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

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

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

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

p 	{
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	color:#FFFFFF;
	}

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

h2 	{
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:20px;
	color:#000000;
	}

h3	{
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:18px;
	color:#000000;
	}

h4  {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:16px;
	color:#000000;
	}

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:14px;
	border-radius: 15px;
	}

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:14px;
}

.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:#303030;
	}

.purple {
	background-color:purple;
	}

.reverse	{
	background-color:#303030;
	}

.white	{
	background-color:white;
	}

.form	{
	background-color:#303030;
	}

ul	{
	color:#FFFFFF;
	}

ol	{
	color:#FFFFFF;
	}

li	{
	color:#FFFFFF;
	}

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: #8F8F8F;
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	}

.rounded	{
	border-radius:18px;
	}

tr	{
	background: #8F8F8F;
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	}

td	{
	background: #8F8F8F;
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	}

th	{
	background: #8F8F8F;
	font-family:Helvetica,Arial,sans-serif;
	font-size:18px;
	}

th.dark	{
	background: #FFFFFF;
	font-family:Helvetica,Arial,sans-serif;
	font-size:18px;
	}

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: 17px;
	font-weight: bold;
	}

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

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

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