body
{
background          : url("cover.jpg");
background-repeat   : no-repeat;
//        background-color    : #FFFFBF;
background-color    : #EBDA92;
background-position : center;
font-family         : Cambria, Arial, Helvetica, Geneva, Swiss;
font-weight         : normal;
font-size           : 14px;
}

a
{
text-decoration     : underline;
}

a:link
{
color               : #0000ff;
}

a:visited
{
color               : #0000ff;
}

a:active
{
color               : #0000ff;
}

a:hover
{
color               : #ff0000;
}

h2
{
color               : #ff0000;
text-decoration     : none;
text-align          : center;
padding-top         : 0px;
padding-bottom      : 0px;
}

h2.type1
{
font-size           : 24px;
}

h2.type2
{
font-size           : 18px;
}

p
{
color               : #000000;
text-align          : left;
}

table
{
margin              : auto;
border-collapse     : collapse;
}

tr:hover.change_background
{
background-color    : #EBDA92  ;
}

.no_border
{
border-top          : 0px ;
border-left         : 0px ;
border-right        : 0px ;
}

th , td
{
color               : #000000 ;
white-space         : nowrap;
padding-top         : 4px;
padding-bottom      : 4px;
padding-left        : 10px;
padding-right       : 10px;
border-width        : 1px;
border-color        : #000000;
border-style        : solid;
}

td.left
{
text-align          : left;
}

td.center
{
text-align          : center;
}


th
{
text-align          : center;
}

.bluetext
{
color               : #0000ff ;
text-decoration     : underline ;
}
