﻿
table.sample td
{
	padding: 1px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
	width: 145px;
}
table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}

body, p, td, th, li, h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
}

h3 {
	color:#FFF;
}

/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:left; 
 background-color:#000;
} 
 
#pagewidth
{
	width: 1010px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
} 
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 /**width:; */
 }
/**a:link {
	color: #FFF;
	text-decoration:none;
}
a:hover {
	color: #F00;
}
a:active {
	color: #FFF;
}

a:visited {
	color:#FFF;
	
}**/

a:link {color:#FFFFFF; text-decoration:none;}    /* unvisited link */
a:visited {color:#FF0000; text-decoration:none;} /* visited link */
a:hover {color:#FF0000}   /* mouse over link */
a:active {color:#FF0000}  /* selected link */

input.option {
background-color:  Orange;
color: green;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

li.white
{
 color:White;
}

li
{
color : Red;	
}

ul.narrow{
margin-top:0;
padding-top:0;
margin-bottom:0;
}

