﻿body {color: #ab5900; font-family:Minion, Times New Roman}
a:link {color: #3b645c; text-decoration: none}
a:visited {color: #3b645c; text-decoration: none}
a:hover {color: red}
img {border:none}

.notice{color:Red; font-weight:bold; font-size:larger}

.postcard{color:Olive;}

.sitemap{color:#3b645c;}

.garden{background-color:#53e6e8; vertical-align:middle; color:Black}

.title{font-size:large}

.menu{color:White; font-family:Foundry, Trebuchet MS}
a.menu:link{color:White; text-decoration: none}
a.menu:visited{color:White; text-decoration: none}
a.menu:hover{color:Red}

.underline{}
a.underline:link{color:#ab5900; text-decoration: underline}
a.underline:visited{color:#ab5900; text-decoration: underline}
a.underline:hover{color:Red}

.my_Controls
{
	text-align: center;
}
.my_Controls input
{
	width: 71px;
	height: 71px;
}
.my_Controls input[value="Prev"]
{
	background: url(images/controls.png) -139px -2px;
}
.my_Controls input[value="Stop"]
{
	background: url(images/controls.png) -68px 0px;
}
.my_Controls input[value="Play"]
{
	background: url(images/controls.png) 0px 0px;
}
.my_Controls input[value="Next"]
{
	background: url(images/controls.png) -204px -2px;
}
