p
{
   color: blue;
}

h1
{
    color: blue;
	text-align: center;
	font-family: Times New Roman; 
}	
 A { 
 color:blue; 
 text-decoration:none;
}
 
 A:hover { 
 color:red;
 /*text-decoration:underline;*/
 }

#rightBlock {
        position: absolute;
        right:0;
        color:#0c449e;
        height:100%;
}
#top {
}
#leftBlock {
        width: 70%;
        float: left;
}
	

