a, a:visited {
	color: Yellow;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
	text-transform: none;
}
body {
	background-color: #191970;
	color: #FFF0F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	font-weight: 900;
	}
.gret{
	font-size: 12px;
	font-weight: 900;

}
.text{
	font-size: 14px;
	font-weight: 900;
}
.title{
	color: #000000;
	font-size: 14px;
	font-weight: 900;
	background-color: #FFCC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.bookmark{
	color: #FFCC00;
	font-size: 14px;
	font-weight: 900;
	border-top: 1px solid #FFFFFF;
}

.vline{
	font-size: 10px;
	border-left: 1px solid #FFFFFF;
}

.traffic{
	font-size: 14px;
	font-weight: 900;
	background-color:  #CD3000;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	}