#mainContent {
    display: table;
    border: 0px solid black;
    background: url(images/plexbookopen.jpg) no-repeat;
    width: 800px;
    height: 600px;
    z-index: 3;
}

body {
    text-align: center;
    background-color: #860B05;
}
p,ul,ol,li,td,input,textarea,checkbox,radio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}

th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: bold;
	color: #000000;
}

h1,h2,h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #C8362F;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline; 
	font-style: normal;
	color: #C8362F;
}
a:visited { 
	font-style: normal; 
	text-decoration: none; 
	color: #000000;
	text-decoration: underline; 
	}

a:hover, a:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline; 
	color: #C8362F;
	}

