a:link { color: #000066;
  }
a:visited { color: #660066;
  }
a:hover { color: #006666;
  }
a:active { color: #ff0000;
  }
body {	background: #efffff;
	margin: 5px;
  }
table {	border: 50px;
        width: 500px;
  }
h1 {	border-bottom: 2px solid #000066;
        width: 500px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: x-large;
        text-align: left;
  }
h2 {	width: 500px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: large;
        text-align: left;
        background: #000033;
        color: #ffffff;
  }
h3 {	width: 500px;
	font-family: sans-serif;
	font-weight: bold;
/*	font-size: medium; */
	font-size: large;
        text-align: left;
  }
p {	width: 500px;
        text-align: left;
  }
ul {	width: 450px;
        text-align: left;
  }
.r { background: #000033;
     color: #ffffff;
     font-family:sans-serif;
     font-weight: bold;
     font-size: large;
     padding: 2px;
   }
.y { background: #bccccc;
     color: #000000;
     font-family:sans-serif;
     font-weight: bold;
     font-size: large;
     padding: 2px;

