a {
	text-decoration: underline;
	font-size:10px;
}

a:hover {
	text-decoration: none;
	font-size:10px;
}

a.otd:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

a.otd
{
	text-decoration: underline;
	color: #FFFFFF;
}


.TableOuter {
background-color: #6A7878;
border-right-color : #535E5E;
border-right-style : solid;
border-right-width : 2px;
border-top-color : #839595;
border-top-style : solid;
border-top-width : 2px;
border-left-color : #839595;
border-left-style : solid;
border-left-width : 2px;
border-bottom-color : #535E5E;
border-bottom-style : solid;
border-bottom-width : 2px;
padding: 5px;
}


.TableInner {
background-color: #99ADB0;
border-right-color : #BCD4D8;
border-right-style : solid;
border-right-width : 1px;
border-top-color : #778789;
border-top-style : solid;
border-top-width : 1px;
border-left-color : #778789;
border-left-style : solid;
border-left-width : 1px;
border-bottom-color : #BCD4D8;
border-bottom-style : solid;
border-bottom-width : 1px;
font : 10px Verdana, arial, sans-serif;
color : #000000;
padding: 5px;
}

.questionofthedaystyle {
	border: 1px solid;
	border-color: #FFF #993277 #993277 #FFF;
	padding: 2px 5px;
	font: bold 10px verdana,sans-serif;
	color: #000;
	background: #FFF;
	text-decoration: none;
    margin: 0 0 15px;
}

.ofthedaystyle {
	border: 1px solid;
	border-color: #FFF #5BAF8D #5BAF8D #FFF;
	padding: 2px 5px;
	font: 9px verdana;
	color: #000;
	background: #FFF;
	text-decoration: none;
    margin: 0 0 15px;
}


.trackofthedaystyle {
	border: 1px solid;
	border-color: #FFF #CC9900 #CC9900 #FFF;
	padding: 2px 5px;
	font: 9px verdana;
	color: #000;
	background: #FFF;
	text-decoration: none;
    margin: 0 0 15px;
}


.dreamsstyle {
	border: 1px solid;
	border-color: #FFF #89A9C7 #89A9C7 #FFF;
	padding: 2px 5px;
	font: 9px verdana;
	color: #000;
	background: #FFF;
	text-decoration: none;
    margin: 0 0 15px;
}

.boxstyle {
	border: 1px solid;
	padding: 2px 5px;
	font: 9px verdana;
	color: #000;
	background: #FFF;
	text-decoration: none;
	margin: 0 0 15px;
}

hr {border: none 0;
border-top: 1px dashed #000;/*the border*/
width: 95%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}