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

body {
						margin: 0px;
						padding: 0px;
						font-size: 11px;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						color: #666666;
						}

h1 {			
						font-size: 18px;
						font-weight: bold;
						color: #0078e2;
						}

a {			
						color: #0078e2;
						}
						
a:visited {
						color: #0078e2;
						text-decoration:underline;
						}
						
a:hover {			
						color: #333333;
						text-decoration: underline;
						}