html, body{
    height:100%;
    margin:0;
    padding:0;
}
body{
    width:96%;
/*     border:2px solid #000; */
    margin:10px auto;
    background-color:#961A1F;
}
body{
    height:100%;
/*     width:100%; */
/*     margin-bottom:10px; */
/*     background-color:#fff; */
/*     font-family:Times New Roman, Times, serif; */
    font-family:arial;
}
a{
	text-decoration:none;
	color:#fff;
	cursor:pointer;
}
a:link,a:visited{
	text-decoration:none;
	color:#000;
	cursor:pointer;
}

a:hover{
/* 	color:#fff; */
	text-decoration:underline;
	cursor:pointer;
}
img, p, input, button, submit, ul, li, a, textarea, select, fieldset, form, h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
}

img, fieldset{
    border:0px;
}

li{
    list-style-position:inside;
}

input[type=text],input[type=password], button, textarea, select{
    padding:2px;
    border:1px solid #666666;
}
input[type=text]:focus,input[type=password]:focus, button:focus, textarea:focus, select:focus{
    border-top:1px solid #7D7DD7;
    border-left:1px solid #7D7DD7;
    border-right:1px solid #2727d7;
    border-bottom:1px solid #2727d7;
    background-color:#e7e7e7;
}
textarea{
    width:98%;
    height:100%;
}
fieldset{
    margin:0;
    padding:0;
}
table{
    width:100%;
}
