@CHARSET "UTF-8";

body
{
    text-align: center;
	background: #F1EBBB;
}

div.content
{
    width: 760px;
    text-align: left;
    border-style: solid;
    background: #FFFFFF;
    padding: 25px;
    margin-left:auto; 
    margin-right:auto;
}

div.header
{
    padding-bottom: 25px;
}

table.list_colors
{
	width: 100%;
}

table.list_colors th
{
    text-align: left;
}

div.menu a
{
    color: #049188;
    text-decoration: none;
    font-family: times;
    font-weight: bold;
    font-size: 18px;
    padding-right: 35px;
}

div.menu a:hover
{
    text-decoration: underline;	
}

.no_color_found
{
    color: #000000;
    border-style: solid;
    border-color: #FF0000;
    padding: 10px;
}

.title
{
    font-weight: bold;
    font-size: 18px;
}


