a.nav:link {
	text-decoration: none;
	color: blue;
}
a.nav:visited { 
	text-decoration: none;
	color: purple; 
}
a.nav:hover { 
	text-decoration: underline;
	color: blue; 
}

body {
	background-image: url('http://toadscastle.net/dev/images/backblock2.png');
}
.banner {
	background-image: url('http://toadscastle.net/images/banner.gif');
	height: 222px;
}
table.main {
	font-family: Verdana;
	font-size: small;
	border-style: none;
	background-color: none;
	width: 763px;

}
.curve {
	border-style: none;
	
	background-color: white;
}
.navbar {
	text-align: left;
	width: 110px;
	background-color: #f3f6ff;
}
.curve-left {
	background-image: url('http://toadscastle.net/dev/css/curve-left.png');	

	height: 18px;
}
.curve-mid1 {
	background-image: url('http://toadscastle.net/dev/css/curve-mid.png');

	height: 18px;
}
.curve-mid2 {
	background-image: url('http://toadscastle.net/dev/css/curve-mid.png');

	height: 18px;
}
.curve-mid3 {
	background-image: url('http://toadscastle.net/dev/css/curve-mid.png');
	height: 18px;
}

.curve-right {
	background-image: url('http://toadscastle.net/dev/css/curve-right.png');
	height: 18px;
}


.content {
	background-color: white;
	text-align: justify;
}
.left {
	text-align: left;
}

.bottom {
	background-color: #f3f6ff;

}
.bottomcurve {
	background-image: url('http://toadscastle.net/dev/images/bottom.gif');
	height: 40px;
}

.bottommsg {
	background-color: white;

	text-align: center;
}

.spacer {
	border-style: none;
	background-color: white;
	width: 10px;
}

.spacerleft {
	border-style: none;
	background-color: #f3f6ff;
	width: 5px;
}

.title {
	text-align: center;
}

.center {
	text-align: center;
}

.toad 
{
	font-size: x-small;
	list-style: none;
	margin-left: 0;
  	padding-left: 1em;
  	text-indent: -1em;
}

.toadd
{
list-style-image: url('../images/toad.png')
}

.small 
{
	font-size: x-small;
}
.large 
{
	font-size: large;
}
.large2 
{
	font-size: large;
}	
a.title:link {
	text-decoration: none;
	color: black;
}
a.title:visited { 
	text-decoration: none;
	color: black; 
}
a.title:hover { 
	text-decoration: underline;
	color: blue; 
}
