a	{
	font-family: sans-serif;
	font-size: 12px;
	color: orange;
	text-decoration: none;
	}
a:hover	{
	font-family: sans-serif;
	font-size: 12px;
	color: gray;
	text-decoration: none;
	}
a:active	{
	font-family: sans-serif;
	font-size: 12px;
	color: yellow;
	text-decoration: none;
	}

body	{
	background-image: "imgs/bg.png";
	}

h1	{
	font-family: sans-serif;
	font-size: 25px;
	color: navy;
	}
h2	{
	font-family: sans-serif;
	font-size: 16px;
	color: navy;
	}
h3	{
	font-family: sans-serif;
	font-size: 13px;
	color: black;
	}
h5	{
	font-family: sans-serif;
	font-size: 20px;
	color: white;
	}
div	{
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	}
td	{
	background-repeat: repeat-x;
	}

