﻿	p {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: white;
	text-align:center;
	font-size:medium
}

	h2 {
	color:white;
	margin:auto;
	text-align:center;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", 
	"Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin-top:5px
}

	a {
	color:#DF0005;
	font-weight:bold;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;

}

body {
	background:black; 
	background-image:url('main/bg1.jpg'); 
	background-position:center;
}

.mainbody {
	width:800px; 
	margin:auto; 
	height:600px; 
	background-color:black; 
	border:medium ridge #FF0000;
}

.thumb {
	border:1px solid red;
	height:98px;
	width:98px;
	margin-bottom:4px
}

::-webkit-scrollbar {
 width: 13px;
 height: 13px;
}
::-webkit-scrollbar-thumb {
 background: #FF0000;
 border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover{
 background: #B90000;
}
::-webkit-scrollbar-track{
 background: #f2cee9;
 border-radius: 10px;
 box-shadow: inset 7px 10px 12px #f0f0f0;
}
