﻿/* Normal, standard links. */
a:link
{	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover

{	color: blue;

	text-decoration: underline;

}



/* The main body of the entire forum. */

body

{
 		  background-color: #FFFFFF ;

		/*  background-image: url(images/bback.jpg);

		  background-attachment: fixed;

		  background-repeat: repeat;*/

		  margin: 0px;

		  padding: 12px 30px 4px 30px;

font-size:12pt;

font-weight:bold;

color:#000000;

text-align:center;

font-family: "arial", Georgia, serif;

}


/* Input boxes - just a bit smaller than normal so they align well. */


textarea

{
	font-size: 100%;

	color: #FFF;

	font-family: "arial", Georgia, serif;
}



/* No image boarder within description*/
img{border: 0;}

