﻿body
{
    color: white;
    font-family: Papyrus,Tahoma, Verdana,Arial;
    background-color: white;
    font-size: small;
    background-image: url(images/metal-no-bolts.jpg);
}


 
 :link { color: PaleTurquoise; }  /* for unvisited links */
  :visited
{
	color: lightcyan;
} /* for visited links */
  a:active { color: #ffffff; } /* when link is clicked */
  a:hover
{
	color: lavender;
} /* when mouse is over link */
.metal
{
	background-color: #333333;
}
.sectionheader
{
	font-size: medium;
	font-family: Papyrus, Verdana,Raavi, Tahoma, Arial;
	color: gainsboro;
}
.section
{
	font-size: 20px;
	color: #ccffff;
}
.bullets
{
	font-size: 16px;
	color: #ccffff;
}
.title
{
	font-size: 36px;
	color: #ccffff;
}
.bigtitle
{
	font-size: xx-large;
	color: white;
	font-family: 'Times New Roman' , 'Trebuchet MS' , Verdana;
	font-weight: bold;
}
.comment
{
	color: #ccffff;
	font-style: italic;
}
.alert
{
	font-size: 16px;
	color: mistyrose;
}
.label
{
	font-style:small;
}
.lnkbutton
{
	text-decoration: none;
	border-right: paleturquoise outset;
	padding-right: 8px;
	border-top: paleturquoise outset;
	padding-left: 8px;
	border-left: paleturquoise outset;
	border-bottom: paleturquoise outset;
	padding-top: 4px;

}
.paypalbutton
{
	text-decoration: none;
	border-right: paleturquoise outset;
	padding-right: 8px;
	border-top: paleturquoise outset;
	padding-left: 8px;
	border-left: paleturquoise outset;
	border-bottom: paleturquoise outset;
	padding-top: 4px;
	background-color: Transparent;
	width: 100px;
	color: paleturquoise;
}
