			body {
				background-color:#000000;
				color:#ffffff;
				generic-family: serif; 
			}
			.buttonbar{
				vertical-align:middle;
				background-color:#300904;
				color:#ffffff;
			}
			.buttontable{
				border:thin dotted #ffffff;
				width:800px;
				color:#ffffff;
				font-family:helvetica, arial sans-serif, arial;

			}
			.button{
				border-right:thin dotted #ffffff;
				border-left:thin dotted #ffffff;
				text-align:center;
			}
			.button:hover{
				border-right:thin dotted #ffffff;
				border-left:thin dotted #ffffff;
				text-align:center;
				background-color:#180402;
				cursor:pointer;
			}
			.sbutton{
				border-right:thin dotted #ffffff;
				border-left:thin dotted #ffffff;
				text-align:center;
				background-color: #070000;
				cursor:pointer;
			}
			.textbox{
				border:3px dotted #300904;
				background-image:url(images/textboxbackground.jpg);
				color: #000000;
				padding: 10px;
				font-size:115%;
			}
			.headerone{
				color: #300904;
				font-weight: bold;
				font-size:24px;
			}
			.headertwo{
				color: #300904;
				font-weight: bold;
				font-size:18px;
			}
			.credits{
				background-color: #000000;
				width: 800px;
				padding:5px;
				text-align:center;
			}
			.multimediaframe{
				background-image:url(images/mediaframe.jpg);
				padding: 5px;
				text-align:center;
				vertical-align: middle;
			}
			.trainercard{
				border:5px dotted #FFFFFF;
				background-image:url(images/trainercardbackground.jpg);
				color: #000000;
				padding: 10px;
				font-size:125%;
			}
			a:link{
				color: #000000;
				font-weight: bold;
			}
			a:visited{
				color: #300904;
				font-weight: bold;
			}
			a:active{
				color: #b1230f;
				font-weight: bold;
			}
			a:hover{
				color: #300904;
				text-decoration: none;
				font-weight: bold;
			}
