/* mouseCSS Document */
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 15px;
	/*
	background-image:url(/images/thisismouse.jpg);
	background-position: center;
	background-repeat: no-repeat;
	*/
	color:#666666;
} 

div#wrapper {
	width: 750px;
	margin: 0 auto; 
}

div#logo {
	margin: 0 auto;
	width: 231px;
}

img { border: 0; }

a:link, a:visited, a:hover, a:active {
	color: #919FC7;
	text-decoration: none;
	font-weight:bold;
	border: 0;
}

a:hover {
	color: #000000;
}

h1 {
	margin: 5 0 5 0;
	font-size: 13px;
}

table.services {
	width: 600px;
	margin: 0 auto;
	border: 1px solid #666666; 
}

table.services h1 {
	color: #fff;
}

tr.services-header {
	background-color: #919FC7;
}

tr.services {
        background-color: #D3DAED;
}

.center {
	text-align: center;
}

