body {
	background-image: url(images/bg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
}

p, ol, li, i, td, tr, ul, a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: Gray;
}

a:hover {
	color: #FFC0CB;
}

h4 {
	font-size: 14px;
}

h3 {
	font-size: 16px;
}

h5 {
	font-size: 9px;
	color: White;
}


a:link.navi {
	color: white;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a:visited.navi {
	color:white;
	text-decoration: none;
	font-size: 13px; 
	font-weight: bold;
}

a:active.navi {
	color: White;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a:hover.navi {
	color: #FFC0CB;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

