img {
				border: 1px #444 dashed;
}
img:hover {
				border-color: #E05114;
}

body {
				font-family:Verdana, Helvetica;
				font-size: 10px;
				color: #ccc;
				background-color: #333;
}

table {
				border-collapse: collapse;	
				font-family:Verdana, Helvetica;
				font-size: 10px;
				color: #ccc;
				border-width: 0px;
}

td {
				padding: 3px;
				margin: 0px;
				border-width: 1px;
				border-color: #444;
				border-style: solid;
				vertical-align: bottom;
}
th {
				border-width: 1px;
				border-color: #444;
				border-style: solid;
				font-weight: bold;
				text-align: center;
}

tr:hover {
				background-color: #383838;
}

h1 {
				font-size: 36px;
				letter-spacing: 20px;
				color: #E05114;
				text-align: center;
				
}

a { 
				color: #fff;
				text-decoration: none;
				font-weight: bold;
}
a:hover {	
				color: #E05114;
				text-decoration: underline; 
}



