/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#DEE8F7;
	font-weight:normal;
}

p{
	text-align:justify;
	width:700px;
}	

li{
	
}

a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}


a:link{
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;
	
}

a.footer{font-size:10px;}

.Header{
	font-size:26px; 
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}	

.SubHeader{
	font-weight:bold;
	font-size:16px;
}	

.bodyContent{
	width:800px;
	float:right;
	padding:10px;
}

.transactionContent{
	padding-bottom:7px;
	padding-top:7px;	
	border-bottom:solid 1px #CCCCCC;
}

.thumbnailImage{
	float:left;
	padding:7px;
}


div#one { /* News */
	position:relative;
	left:60px;
	float:left;
}
div#two { /* Opinion */
	position:relative;
	left:140px;
	float:left;
}
div#three { /* Sports */
	position:relative;
	left:520px;
	float:left;
}
div#four { /* Video */
	position:relative;
	left:237px;
	float:left;
}
div#five { /* Entertainment */
	position:relative;
	left:180px;
	float:left;
}


 a:visited.htmlMenu, a:link.htmlMenu, a:active.htmlMenu{
	text-decoration:none;font-weight:bold; font-family:Georgia; font-size:16px;
}

 a:hover.htmlMenu{
	text-decoration:underline;
	
}

a:visited.htmlSubMenu,a:link.htmlSubMenu,a:active.htmlSubMenu{
 	font-family:Georgia; font-size:12px; text-decoration:none;
 }
 
 a:hover.htmlSubMenu{
 	text-decoration:underline;
 }

