/********************************/
/* global.css					*/
/* Use with alfredpedroza.com	*/
/********************************/

/******* html styles *******/

* { margin: 0; padding: 0; }

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #CCCCCC;
	color: #FFFFFF;
}

#container{
	margin: 0 auto;
	padding: 0;
	width: 600px;
	height: 300px;
	background: url(../images/table_bg.gif)
}

#container2{
	padding: 10px;
}

h1{
	font-size: small;
	padding-bottom: 50px;
}

p{
	padding-bottom: 20px;
}

a{
	display: block;
}

/******* content styles *******/

#content{
	
}

/******* footer styles *******/

#footer{
	font-size: x-small;
	text-align: center;
}

/******* hyperlink and anchor tag styles *******/

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #FF9900;
}

a:active {
	text-decoration: none;
	color: #FF9900;
}
