*	{
	margin: 5px;
	font-family: monospace;
	font-size: 11pt;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
	color: black;
	}

body	{
	background: url("../images/background.png") 
	}

h1	{
	text-align: center;
	font-size: 14pt;
	font-weight: bolder ;
	background: white;
	width: auto;
	margin-left: 24%;
	margin-right: 24%;
	}

a	{
	outline: none;
	color: navy;
	background: white;
	padding: 3px;
	-moz-border-radius: 7px;
	}
	
img 	{
	background: black;
	border-width: 8px;
	border-color: orange;
	border-style: solid;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 10px;
	}

table {
	background: white;
	width: 98%;
	margin-left: 1%;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-spacing: 0px;
	}

td	{
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	padding: 5px;
	}
tr	{
	}

p	{
	font-size: 12pt;
	text-align: left;
	margin-left: 1%;
	}
