/* ************************* */
/* global.css                */
/* Regno di Camelot.it       */
/* General Style Sheet       */
/* (c) 2001-2010 by Zomas    */
/* ************************* */

/* ****************** */
/* General Formatting */
/* ****************** */

/* Dimensioni font: */
/* 5 -> 24px */
/* 4 -> 18px */
/* 3 -> 16px */
/* 2 -> 13px */
/* 1 -> 10px */

BODY {
  background: white;
  color: red;
}

A:link { 
	text-decoration: underline;
	color: #EE8800;
	background-color: inherit;
}

A:visited {
	text-decoration: underline;
	color: #AA7700;
	background-color: inherit;
}

A:active {
	text-decoration: blink;
	color: #FF7700;
	background-color: inherit;
}

A IMG {
	border: none;
}
DIV.centered {
	text-align: center;
}
.right {
	text-align: right;
}
