/* -------------------------------------------
--  File   : euro2012.css
--  Author : Jomar Hønsi
--  Descr  : common style sheet for contents
--------------------------------------------- */

body {
	background-color:#363;
}

div#main {
	border-radius:5px;
	width:800px;
    padding:10px;
    margin:auto;
	background-color:#efe;
	border:1px solid #abc;
	box-shadow:inset 0 0 10px #363;	
}

div.mail {
	border:1px solid #363;
	background-color:#cdc;
	padding:0px 10px 0px 10px;
	box-shadow:inset 0 0 2px #363;
}

h1 { 
	margin:0px auto;
	padding:50px 0px 0px 0px;
	font-size:48px;
	text-align:center; 
	color:white; 
	letter-spacing:3px;
	text-shadow: 10px 10px 1px #000;
	background-color:#eee;
	background: url('euro2012.jpg');
	border-radius:5px;
	border:1px solid #ddd;
	height:250px;
	box-shadow:inset 0 0 10px #000000;	
    display:block;
}

h2 { 
	font-size:14px;
	text-align:center
}

h3 { 
	font-size:12px;
	text-align:left;
}

table {
	margin-top:20px;
	width:100%;
	border:1px solid green;
	background-color:#aba;
}

table caption {
	font-weight:bold;
	font-size:20px;
}

th, td {
	text-align:center;
}

th {
   	background-color: #ded;
}

td {
   	background-color: #cdc;
}

tr:nth-of-type(2) td {
	background-color:#cfc;
}

td:nth-of-type(2), td:nth-of-type(3),  td:nth-of-type(4), td:nth-of-type(5) {
	text-align:left;
	padding-left:20px;
}

td:nth-of-type(4)  {
	font-size:small;
	color:#345;
}

p.sign {
	text-align:center;
	font-size:10px;
}

a {
	color:#060;
	text-decoration:underline;
}

a:visited {
	color:#060;
}
