body	{
		background-color : #f0f1f5;
		margin: 0;
		}
a:link	{
		font-family: verdana;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #000000;
		}

a:hover	{
		font-family: verdana;
		font-size: 10px;
		font-weight: bold;
		text-decoration: underline;
		color: #9a3732;
		}

a:visited	{
		font-family: verdana;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #434343;
		}

a:visited:hover	{
		font-family: verdana;
		font-size: 10px;
		font-weight: bold;
		text-decoration: underline;
		color: #9a3732;
		}

.text	{
		font-family: verdana;
		font-size: 10px;
		font-weight: normal;
		}