@charset "utf-8";
/* CSS Document */

table {

color: #333333;
FONT-SIZE: 11px;
FONT-FAMILY:  Verdana, Arial, Sans-Serif;
BACKGROUND-COLOR: white;
font-weight:500;
letter-spacing:1px

}

H1{

color: #336600;
FONT-SIZE: 14px;
FONT-FAMILY: Verdana, Arial, Sans-Serif;
font-weight:bold;
letter-spacing:1px

}

 H2{

color: #0000FF;
FONT-SIZE: 13px;
FONT-FAMILY: Verdana, Arial, Sans-Serif;
font-weight:400 ;
letter-spacing:1px

}
H3{

color: #336600;
FONT-SIZE: 12px;
FONT-FAMILY: Verdana, Arial, Sans-Serif;
font-weight:500 ;
letter-spacing:1px

}

body {
BACKGROUND-COLOR: blue;
color: teal ;
FONT-SIZE: 12px;
FONT-FAMILY: Verdana, Arial, Sans-Serif;
font-weight:	#333333;
letter-spacing:0px

}

p{
BACKGROUND-COLOR: white;
color: #000000 ;
FONT-SIZE: 12px;
FONT-FAMILY: Verdana, Arial, Sans-Serif;
font-weight:normal;
letter-spacing:0px

}
ul{
BACKGROUND-COLOR: white;
color: #333333 ;
FONT-SIZE: 12px;
FONT-FAMILY: Verdana, Arial, Sans-Serif;
font-weight:normal;
letter-spacing:0px
}


