body {
background: black;
margin-left: auto; 
margin-right: auto;
cursor:url("white.cur");
}


a.mylink:link {color: #FFFFFF}
a.mylink:visited {color: #808080}
a.mylink:hover {color: #C80000 }

img.contrast {
border-width: 1px;
border-style: solid;
border-color: white;
}

p {
color: white;
text-align: center;
font-family: batang;
font-size: 18px;
}

p.right {
color: grey;
text-align: right;
font-family: batang;
font-size: 18px;
}

p.justify {
color: white;
text-align: justify;
font-family: batang;
font-size: 18px;
}

p.left {
color: white;
text-align: justify;
font-family: batang;
font-size: 18px;
}

p.small {
color: grey;
text-align: center;
font-family: batang;
font-size: 14px;
}

h1 {
color: white;
text-align: center;
font-family: batang;
font-size: 48px;
font-variant: small-caps;
}

h2 {
color: white;
text-align: center;
font-family: batang;
font-size: 36px;
font-variant: small-caps;
}

h3 {
color: white;
text-align: center;
font-family: batang;
font-size: 24px;
font-variant: small-caps;
}

h3.justify {
color: white;
text-align: left;
font-family: batang;
font-size: 24px;
font-variant: small-caps;
}

h4 {
color: white;
text-align: center;
font-family: batang;
font-size: 20px;
font-variant: small-caps;
}

table.main {
border-collapse: separate;
border-spacing: 10px;
empty-cells: hide;
text-align: center;
margin-left: auto; 
margin-right: auto;
}

INPUT, SELECT, TEXTAREA {
background-color: #CCCCCC;
color: black;
font-family: batang;
font-size: 12px;
border: inset 2px gray;
padding: 2;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}


.hoverbox a .previewt
{
	display: none;
}

.hoverbox a:hover .previewt
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 10px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 250px;
	height: 188px;
}

.hoverbox .previewt
{
	border-color: #000;
	width: 188px;
	height: 250px;
}

/* =Hoverboxtall Code
----------------------------------------------------------------------*/
.hoverboxtall
{
	cursor: default;
	list-style: none;
}

.hoverboxtall a
{
	cursor: default;
}

.hoverboxtall a .previewt
{
	display: none;
}

.hoverboxtall a:hover .previewt
{
	display: block;
	position: absolute;
	top: -33px;
	left: -62px;
	z-index: 1;
}

.hoverboxtall img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 75px;
	height: 112px;
}

.hoverboxtall li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 5px;
	position: relative;
}

.hoverboxtall .previewt
{
	border-color: #000;
	width: 201px;
	height: 300px;
}

/* =Hoverboxwide Code
----------------------------------------------------------------------*/
.hoverboxwide
{
	cursor: default;
	list-style: none;
}

.hoverboxwide a
{
	cursor: default;
}

.hoverboxwide a .previeww
{
	display: none;
}

.hoverboxwide a:hover .previeww
{
	display: block;
	position: absolute;
	top: -33px;
	left: -90px;
	z-index: 1;
}

.hoverboxwide img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 113px;
	height: 75px;
}

.hoverboxwide li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 20px;
	padding: 5px;
	position: relative;
}

.hoverboxwide .previeww
{
	border-color: #000;
	width: 301px;
	height: 200px;
}
