/*
 *	Title:		Main Style Sheet for Epona Clothing      
 *	Company:	Epona Clothing  
 *	Author:		Adam Palmer | http://www.InteractiveStudios.co.uk
 *	Date:		September 2006				   
*/

body {
	background-color: #fff;
	font-family: "courier new", Arial, Helvetica, sans-serif;
	color: #000;
}

p, ul, il, td {
	font-size: 11px;
	color: #333;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	font-size: 16px;
	color: #000;
}
h2 {
	font-size: 14px;
	color: #000;
}
h3 {
	font-size: 12px;
	color: #000;
}
h4 {
	font-size: 14px;
	color: #666;
}
h5 {
	font-size: 10px;
	color: #666;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #06c;
}

a:visited {
		color: #069;
}

a:hover {
		text-decoration: underline;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

table {
	padding: 0;
	margin: 5px;
	background-color: 	#fff;
}
tr, td {
	vertical-align:		top;
}

#scrolltext {
	overflow: auto;
	height: 125px;
}
	
.hide {
	display: none;
}

#author {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	margin-top: 20px;
}
.yellowlabel
{
	background-color: #FDF497;
}
