/* CSS (c) Girls football - Lucas Carneiro*/

/* ---GENERAL--- */

body {	
	background-image:url(assets/background.jpg);
	background-attachment:fixed;
	background-repeat:repeat-y,x;
	background-color:#050987;
	width:99%;
	height:500px;
		
}

#container {
	background-color:white;
	width:700px;
}


#content {
	margin-top:0px;
	text-align:center;
	font-size:8pt;
	border-left:1px solid black;
	border-right:1px solid black;
	background-color:#ffffff;
}

td, div {
	font-family:arial;
	color:black;
	font-size:12pt;
}
	

/* ---FONTS-- */

.foot {
	font-size:8pt;
	font-family:tahoma;
	background-color:black;
	color:white;
	text-align:right;
	margin-right:4px;
	padding-top:3px;
	padding-bottom:3px;
	width:700px;
}

h3 {
	color:blue;
	margin-top:8px;
	margin-bottom:2px;
	font-size:16pt;
	text-align:center;
}

h4 {
	color:black;
	font-size:13pt;
	margin-bottom:2px;
}

h5 {
	color:black;
	font-size:11pt;
	margin-left:3px;

}

h6	{
	color:black;
	font-size:8pt;
	font-family:arial
	margin-right:3px;
	text-align:right;
}

a {
	color:blue;
	font-size:11pt;
	dont-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* ---cell--- */

cell {
	border:1px solid black;
	font-family:arial;
	font-size:10pt;
}

.ctop {
	background-image:url(assets/div_top.jpg);
	height:28px;
	color:white;
	font-family:verdana;
	font-size:12pt;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid black;"
}
