﻿body 
{
    font-family:Arial,Sans-Serif;
    
}
h1{
font-size:200%;
color:#ffffff;


}
h2{
font-size:130%;
color:#000000;
align:center;


}
a:link{
font: helvetica,sans-serif;
	color:#000000;
	text-decoration: underline;
}
a:visited{
	color:brown;
	
}
a:hover{
color:#ff0000;
}
#header
{
border:double ;
border-width:40px;
border-color:#000000;
    width:70%;
    position:absolute;
    left:10%;
    height:300px;
 background-color:#cc0000;

}

#thebest{
  position:absolute;
top:50px;
left:50px;
text-align:center;
font-size:120%;
   height:300px;
}
#content
{
    top:300px;
    height:600px;
    width:70%;
    position:absolute;
    background-color:Navy;
    left:15%;}
    #leftq
    {
border:dashed;
border-width:5px;
position:absolute;
float:left;
  width:60%;
left:5%;
  height:500px;
  background-color:Aqua;
top:30px;
padding:20px 5px 0px 5px;
line-height:170%;
    }
#notification{
background-color:yellow;
}
#note{
background-color:#00ffff;
font-size:110%;

}
   