/* Complete Computer Solutions cascading style sheets */
/* example: <fieldset style="border: 8px ridge #ff00ff; color: #ffffff; width: 300px;">
<legend style="color: #ff0000; font-family: verdana; font-size: 14pt;">Log In</legend>
*/

body {
	margin-top: 0;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
}

#content {	/* div tag for main id="content" */
	width: 700px;
	margin: 0 auto;
	background-color: white;
	border-top: none;
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;
	float: left;
}

.picright {	/* class="picright" */
	float: right;
	padding-left: 1em;
}

.picleft {
	float: left;
	padding-right: 1em;
}

.pictext {
	padding-left: 1em;
	padding-right: 1em;
}


#bestfooter {
	font-weight: normal;
	color: blue;
}
.slogan{
	font-weight: bold; 
	font-style: italic;
	color: red;
	text-align: center;
}

fieldset {
	padding-top: 0.5em;
	border: 0px;
}

legend {
	color: blue;
	font-size: 120%;
}

h1 {
	font-weight: bold; 
	font-size: x-large; 
	color: blue;
}

h2 {	font-weight: bold; 
	font-size: large; 
	color: blue;
}

h3 {	font-weight: bold; 
	font-style: italic;
	color: blue;
}

h4 {	font-weight: bold; 
	font-style: italic;
	color: red;
	text-align: center;
}

h6 {	font-weight: normal; 
	font-style: italic;
	font-size: .7em;
	text-align: justify;
}

ul{
	margin-top:0;
	padding-top: 0.3em;
}

i{
	color: blue;
}


