/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
/* Normal, standard links. */
a:link
{
	color: #FF0000;
	text-decoration: none;
}
a:visited
{
	color: #710000;
	text-decoration: none;
}
a:hover
{
	color: #990000;
	text-decoration: underline;
}

/* Tables should show empty cells. */


/* By default (td, body..) use verdana in black. */
body{
	color: #333333;
	font-size: small;
	font-family: verdana, sans-serif;
	line-height: 125%;
}

/* The main body of the entire forum. */
body
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 4px;
	padding-left: 40px;
	background-color: #FFFFFF;
	background-image: url(./images/img/bg.jpg);
	background-position: 0 0;
	background-repeat: repeat;
}

h3{
	font-family: "Times New Roman";
	color: #AA0403;
	font-style: italic;
	font-size: 19px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 5px;
}

