@charset "utf-8";
/* CSS Document */

body
 {
		background-color: #FF9;
		color: #F03;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-align: justify;
	}

p
 {
		text-indent: 2em;
	}

a
 {
  color: blue;
  font-family: "Times New Roman";
  text-decoration: underline;
  font-size: 14px;
 }

a:hover
 {
  color: red;
  text-decoration: none;
 }
 
a:active
 {
  color: green;
  text-decoration: none;
 }

h1
 {
		color: #00F;
		font-size: 200%;
		text-align: center;
		text-decoration: underline;
	}

.td
 {
		background-color: #0F0;
		color: #030;
	}

.td:hover
 {
		background-color: #0C0;
		color: #F9F;
		text-decoration: underline;
	}