BODY
{
    BACKGROUND: #00ffff fixed no-repeat;
    MARGIN-LEFT: 50px;
    MARGIN-TOP: 0px
}
.pageTitle
{
    COLOR: BLUE;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: large;
}
.contents
{
    COLOR: BLACK;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 20px;
}
h1{
       FONT-SIZE: 40px;
       font-weight: bold;
       color : blue;
       text-decoration : underline;
       text-align : center
}
h2{
       FONT-SIZE: 40px;
       color : blue;
       text-decoration : underline;
       text-align : center
}
h3{
       FONT-SIZE: 30px;
       color : black;
       text-decoration : underline;
       text-align : left
}
h4{
       FONT-SIZE: 30px;
       color : black;
       text-align : left
}
h5{
        FONT-SIZE: 25px;
       font-weight: bold;
       color : black;
       text-align : left
}
p{
  font-size : 20px ;
  color : black; 
}
pre{
    font-size : 17px ;
    font-weight: bold;
    color : black;
}

A:HOVER {	
	color : RED;
	text-decoration: underline;	
}
A:ACTIVE {	
	color : GREEN;	
}

A{
  font-size : 20px ;
  color : blue
}
UL{
  font-size : 20px:
  color : black
}

