@charset "UTF-8";
/* CSS Document */

html {
  height: 100%;
  overflow: hidden;
}

#myContent {
	height: 100%;
}

body {
	font-family: arial,verdana, sans-serif;
	font-size: 12;
	margin: 0;
	height: 100%;
}

p {
font-family: arial,verdana, sans-serif;
font-size: 12px;
font-style: normal;
color: #666666;
line-height: 18px;
}

a {
text-decoration:none;
color: #990000;
}

a:hover {
color: #990000;
text-decoration: underline;
}
	
