@charset "utf-8";
/* CSS Document */
/* This CSS file is linked from every page */

/* import current site skin */
@import url("/css_skins/current.css");

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
}
h1 {
	font-size: 14px;
}
.redlink {
	color: #ff0000;
}
h2 {
	color: #FF0000;
	font-size: 12px;
}
a {color:red;}
a font {text-decoration:underline;}
