﻿#somecell {
	width: 644px;
	height: 574px;
	overflow: auto;
	text-align: left;
	
}

a:link
{
	text-decoration:none;
	color: #d6395e;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
a:visited
{
	text-decoration:none;
	color: #d6395e;
}

a:hover
{
	color: white;
	text-decoration:none;
}