/* this is used to create background image and default links but isn't used when
   a screen is included directly in a template with it's own style
*/

body {
	background: #fff;
	color: #333;
	font-size: 12px;
}

a {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
}

a:hover {
	color: #333;
	text-decoration: underline;
}
