html {
	height: 100%
}
body {
     background: #ffffff; margin: 0px; height: 100%;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #777777;
}
body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: black;
}
a {
	font-family: Arial;
	font-size: 11px;
	color: white;
	font-weight: bold;
}

a#voteclick:hover {
	text-decoration: none;
	color: Blue;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFFCC;
}
a:active {
	text-decoration: none;
	color: #FFFFCC;
}
.style2 {
	color: #000000;
	font-weight: bold;
}
.style3 {
	font-size: 11px
}
.style4 {
	color: #99B3E9
}

.textarea {
	padding:15px;
}

.menu {
	padding:10px;

	font-size:12pt;
}

.menu2 {
	padding:5px;
	text-align:center;
	text-transform:uppercase;
	font-size:12pt;
}

.menu3 {
	text-align:center;
}

a.menu3:link {color: white; font-weight: 500;}
a.menu3:active {color: white; font-weight: 500;}
a.menu3:visited {color: white; font-weight: 500;}
a.menu3:hover {color: #FFFFCC; font-weight: 600;}


.menu4 {
	text-align:center;
}

a.menu4:link {color: #000000; font-weight: 500;}
a.menu4:active {color: #000000; font-weight: 500;}
a.menu4:visited {color: #000000; font-weight: 500;}
a.menu4:hover {color: #000000; font-weight: 600;}

#test {
	background: #222;
	color: #fff;
	padding: 10px;
	margin: 20px;
	border: 10px solid pink;
}
 
#test2 {
	background: #222;
	color: #fff;
	padding: 10px;
	margin: 20px;
	border: 10px solid pink;
}

#photos td {
	text-align: center;
	font-weight:bold
}

