@charset "utf-8";
/* CSS Document */

body
{
	background:#00002e;
	color:#FFFFFF;
}
#ebbw-vale 
{
	width: 400px;
	font: bold;
	font-size: medium;
	text-align:center;
}

#ebbw-vale ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#ebbw-vale li
{
	background-color: #00002e;/* change this colour with the boders below*/
	color: #FFFFFF;
}
#ebbw-vale a:link, #ebbw-vale a:visited
{
/*	display: block;*/
	padding: 1px 1px 1px 0.5em;
	border-left: 12px solid #00002e;
	border-right: 1px solid #00002e;
	border-bottom: 1px solid #00002e;
	background-color: #00002e;
	color: #FFFFFF;
	text-decoration: none;
}
#ebbw-vale a:hover
{
	background-color: #00002e;
	color: #9B9BFF;
}

/*for the smaller menu one this page*/
#smallebbw-vale 
{
/*	width: 400px;*/
/*	font: bold;*/
	font-style:italic;
	font-size: 12px;
	text-align:center;
}

#smallebbw-vale ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#smallebbw-vale li
{
	background-color: #00002e;/* change this colour with the boders below*/
	color: #FFFFFF;
}
#smallebbw-vale a:link, #smallebbw-vale a:visited
{
/*	display: block;*/
	padding: 1px 1px 1px 0.5em;
	border-left: 12px solid #00002e;
	border-right: 1px solid #00002e;
	border-bottom: 1px solid #00002e;
	background-color: #00002e;
	color: #FFFFFF;
	text-decoration: none;
}
#smallebbw-vale a:hover
{
	background-color: #00002e;
	color: #9B9BFF;
}

/*Fonts used on this page*/
h1
{
	color:#CCCCCC;
	font-size:9px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
}
h2
{
	font-size:12px;
	text-align:center;
}
