﻿html
{
	font-size: 100%; /* fix for IE resizing way too much */
}

body
{
	font-size: 1em; /* so zen ^^ */
	font-family: Arial, Helvetica, Sans-Serif;
	height: 100%;
	width: 100%;
	margin: 0;
}

a
{
    color: #315d98;
	text-decoration: none;
}

a:visited
{
    color: #315d98;
}

a:hover
{
	text-decoration: underline;
}


#instance
{
    color: Gray;
    font-size: 1em;
    font-style: italic;
}

#description
{
    font-size: 0.9em;
}