@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: "Cantarell", Georgia, "Times New Roman";
}

table {
	font-size:12px;	
}

a { color:#F60; 
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:focus{ color:#F00; }