/* Copyright (c) 2008 by FUNIX.NL. All rights reserved.
 * $Id: default.css,v 1.1 2009/10/27 07:59:29 raymond Exp $
 */

html, body {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #99c1f4;
}

body, table {
	color: #000000;
	font-family: Verdana;
	font-size: 13px;
}

td, div {
	text-align: left;
}

a {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #810081;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

form {
	margin: 0px;
}

small {
	font-size: 10px;
}

big {
	font-size: 18px;
}

p {
	margin-top: 19px;
	margin-bottom: 19px;
}

