

body
{
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    color: Black;
    margin: 0px;
    padding: 0px;
    background-image: url('../../uploads/images/bg.png');
    background-repeat: repeat-x;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #990033;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: 400;
}

a:hover{
	text-decoration: underline;
	font-weight: 400;
}

/* ---- */


