/***** CSS FOR WEBMASTER TUTORIALS ****/

p {text-align: justify;}

.morelinks a{
 text-decoration: none;
 padding-bottom: 2px;
 border-bottom: 1px dotted #aaa;
 color: #003366;
}
.morelinks a:hover{
 text-decoration: none;
 padding-bottom: 2px;
 border-bottom: 1px dotted #444444;
 color: #33ccff;
}

.morelinks1 a{
 text-decoration: none;
 padding-bottom: 2px;
 border-bottom: none;
 color: #003366;
}
.morelinks1 a:hover{
 text-decoration: none;
 padding-bottom: 2px;
 border-bottom: none;
 color: #33ccff;
}

.subheading1
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    color: #003366;
    text-transform:capitalize; 
	text-align: center;
}

.subheading2
{
 	FONT-SIZE: 9pt;
	text-decoration: none;
 	padding-bottom: 2px;
 	border-bottom: none;
 	color: #3A88f6;
	text-transform:none; 
}

.subheading3
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    color: #003366;
    text-transform:none; 
	text-align: center;
}


