/* style sheet */

/*HTML Elements*/

body, td, p, div  {
	font-family :  "Comic Sans MS", "Comic Sans", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #000000;
}

hr  {
	color : #cc3333;
}

h1	{
	color : #cc6633;
	font-size : 20px;
	font-style : normal;
	margin : 0px 0px 0px 20 px;
	line-height : 22px;
}


a {
	text-decoration : none;
	color : #663300;
}

a:visited {
	text-decoration : none;
	color : #663333;	
}
a:hover {
	text-decoration : underline;
	color : #cc3333;
}
a:active {
	color : #ff6666;
}

.quote {
	color : #660000;
	font-size : 16px;
	font-style : italic;
}

.credit{
	color : #660000;
	font-size : 14px;
	margin : 0px 25px 40px 0px;
	text-align : right;
}

.footer {
	font-size : 9px;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color : #666666;
	font-weight : normal;
}

.caption{
	font-size : 9px;
	color : #660000;
	font-weight : normal;
	background : #DBC9C9;
	text-align : center;
}


.caption2{
	font-size : 9px;
	color : #660000;
	font-weight : normal;
	text-align : center;
}


.highlight {
	color : #cc6633;
	font-size : 18px;
	font-weight : normal;
}


#Amy {
	background-image : url(../_images/Amy_BKG_welcome.gif);
	background-repeat : no-repeat;
	background-position : center;
}


#Wally {
	background-image : url(../_images/Wally_BKG_video.jpg);
	background-repeat : no-repeat;
	background-position : top;
}

/* font styles */

.sans {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.serif {
	font-family : Times, serif;
}
.symbol {
	font-family : symbol;
}
.normal {
	font-weight : normal;
}
.bold {
	font-weight : bold;
}

/* colors */

.white {
	color: #ffffff;
}
.gray {
	color: #999999;
}
.red {
	color: #cc0000;
}
.blue {
	color: #0000cc;
}
.green {
	color: #009900;
}
.gold {
	color: #ffcc00;
}

