﻿html,body {
		font-family: Verdana, Arial, sans-serif, Helvetica;
		font-size: 13px;
		background:#FFFFFF;
		background-repeat: repeat-x;
		background-image: url(/styles/background.png);
		border:none;
		color:#1393C0;
		text-align:center;

	}

	.keyword {
		color: #4AAB1A;
	}
	
	#ezkerbanner {
		float: left;
		position: absolute;
	}

	#main {
		position: absolute; 
		left: 10%;
		right: 10%;
		width: 80%; 
		height: 80%;
		padding-top: 1px;
	}

	#ezkerkutxa {
		width: 30%;
		float: left;
		text-align: left;
		padding-left: 5px;
	}
	

	#menua {
		color: white;
		height: 18px;
		background-image: url('/styles/bgmenu.png');
	}

	img {
		border: none;
	}

	a {
	      font-style: strong;
	      color: #9900EE;
	      text-decoration: none;
	}

	a:hover {
		font-style: strong;
	        color: #6F86B7;
		text-decoration: none;
	}
	
	h2 {
			color: #8DB4F6;		
	}
	
	h3 {
	      color:#FF9C00;
	}
	
	h4 {
	      background-color:#D1F8FF;
	}
	
	blockquote {
	border: 1px dotted #1393C0;
	background-color: #D1F8FF;	
	}

	#goian {
		float: right;
		left: 70%;
		position: absolute;
	}

	#goian a {
		font-style: strong;
		color: #8B86C4;
	}

	#goian a:hover {
		font-style: strong;
		color:#599EF6;
	}

	#goian a:active {
		font-style: strong;
		color: #599EF6;
	}
	
	#footer {
		font-size: 5px;
		float:right;
	}