/*roadmap.HTM page body */
body {
background-color:#b8d2a4 ; 
}

/*Top categories*/
.main_cat1 {font-size: 16px; font-weight: bold; color:#0000FF}
.main_cat2 {font-size: 12px; font-weight: bold; color:#0000FF}
.cat1:visited {font-size: 16px; font-weight: bold; color:#5555AA}

/*Small urls*/
.url {color: #115599}

a:visited{color:#5555AA}
/*hr{color:#000066}*/

/*Page descriptions*/
.description{font-size: 13px;}

/* Title/link of pages */
.title{color:#0000FF; font-size:15px}

h1 {
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size:24px;
	margin-top:2px; 
	margin-bottom:2px; 

	}

label {
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size:22px;
	font-weight:bold;
	margin-top:0px; 
	margin-bottom:0px; 
    color:#b10f0c;
	}


div#logo {
    
	margin-right:30px; 

}