/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
color:#FFFFCC;
background-image:url(spain.gif);
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

h1{ font-size:200%;}
h2{ font-size:150%;}
h3{ font-size:120%;}

td{
background-color:#666666;
}

p{
	text-indent:20px;
	text-align:justify;
	margin: 0px 0px 2px;
	line-height:115%;
}

table{
border:0;
padding:0;
color:#CCCCCC;
text-align:center;
}

#header{
background-position:center;
background-repeat:no-repeat;
height:100px;
}

#wrapper{
width:900px;
margin:0 auto;
font-weight:bold;
}

.button{ float:left; font-size:24px; padding:0 10px; border:#666666 1px outset; background-image:url(../p7tp/img/tabs07_up.jpg); }

a:hover img {filter:alpha(opacity=60);}

a:link, a:visited {color:#FFFF00; text-decoration: none; }
a:active{color:#FFFFFF; text-decoration:none; font-weight:bold;} 
a:hover { color: #FF0000;text-decoration: none; }

a:link button, a:visited button{color:#FFFF00; text-decoration: none; }
a:active button{color:#FFFFFF; text-decoration:none; font-weight:bold; } 
a:hover button{ color: #FF0000;text-decoration: none; }

.clear{clear:both;}

