html {
	padding: 0px;
	margin:  0px;
}

body {
	background-color: #161616;
	font-size:        11px;
	font-family:      Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:            #cccccc;
	padding:          0px;
	margin:           0px;
	margin-top:       20px;
}

h1 {
	font-size:  16px;
	text-align: center;
}

a {
	//font-size: 12px;
	text-decoration:none;
}
a:link {
	color: #03505F;
}

a:visited {
	color: #325C5E  ;
}

a:hover {
	color: #cccccc;
}

a:active {
	color: #cccccc;
}

.border
{
	border:  1px solid #cccccc;
	float:   left;
	margin:  5px;
	padding: 1px;
}

.center {
	text-align: center;
}

.color
{
	display:    block;
	height:     120px;
	width:      120px;
}

.colorcontainer {
	margin:     0px auto;
	width:      670px;
	text-align: center;
}

.colorname {
	text-align: left;
}





/* Design 7 */
table {
    border-spacing: 0px;
    border-collapse: collapse;
    background: #B1E0A8   ;		//even col
    border: 0.3em solid #000000;
    font-size:        11px;
}

table td {
    text-align: right;
    border: 0px;
    border-bottom: 1px solid #000000;
    padding: 0.1em 0.5em;
    color: #000000;
}
table th {
    text-align: center;
    font-weight: bold;
    background-color: #748B78     ; //header
    color: #FFFFFF;
}
table th.Corner {
    text-align: left;
}
table td.Odd {
    background: #82C2B2  ;	//odd col
    a color: #000000;
}
.sortable a:hover {
	color: #000000;
}










