a:link {color:#999999}    /* unvisited link */
a:visited {color:#999999} /* visited link */
a:hover {color:#999999}   /* mouse over link */
a:active {color:#999999}  /* selected link */
h2 {font-size: 12px; color: #ffffff; font-weight: normal;}
h2 a,
h2 a:link {color: #999999;;text-decoration:none;}
h2 a:visited {color: #999999;;text-decoration:none;}
h2 a:hover {color: #ffffff;;text-decoration:none;}
h2 a:active {color: #ffffff;;text-decoration:none;
}


body {
	background-image: url(assets/bg_other.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

p
{color:#999999;
font-family:"Arial";
font-size:10px;
text-align:center;
}
