BODY{font-size:100%; margin:0; background-image: url(image002.gif); bgcolor-color:cornsilk}



html{
overflow-x: hidden;
}




P{
	FONT-SIZE: 100%;
	COLOR: maroon;
	FONT-FAMILY: 'Arial';
	font-style: normal;
	LETTER-SPACING: 0.4pt;
	TEXT-INDENT: -0.6;
	font-weight: 500;
	MARGIN-LEFT: 10pt
}

H1{font-family:"Times New Roman";
MARGIN-LEFT: 10pt;
color: maroon; 
font-style:italic}

H2{font-family:"Times New Roman";
color: maroon;
font-style:normal;
border-style:ridge;
border-color:cornsilk;
border-width:3px;
border-radius: 30px;
background-image:url(image01.gif)}

H3{font-family:"Arial";
MARGIN-LEFT: 10pt;
color: maroon;
font-style:italic}

A:link{color:red}
A:visited{color:#CC0000}
A:hover{color:blue}
table {border-color: white;}


.topbutton {
width:170px;
border:0px solid #ccc;
background:image01.gif;
text-align:center;
padding:0px;
position:fixed;
bottom:25px;
right:175px;
cursor:pointer;
font-family:verdana;
font-size:12px;
}

img {   max-width: 100% }
input, textarea {   max-width:100% }

html{font-size:100%;} 
@media(min-width:60em){html{font-size: 90%}}


@media screen and (max-width: 1000px) {
  .non-mobile {
    visibility: hidden;
    display: none;
  }
}

.mobile { display: none; }
@media only screen
and (min-device-width : 320px)
and (max-device-width : 1000px){ .mobile { display: inline; }}
