﻿
	body {
		background-color: #FFF;
		padding:          0px;
		margin:           0px;
		font-family:      tahoma, sans-serif;
		font-size:        11px;
	}
	
	a#link1 {
		font-size:       11px;
		color:           #999;
		text-decoration: none;
	}
	
	a:hover#link1 {
		color:           #997;
		text-decoration: underline;
	}