﻿/*
 * Irma's House Cleaning
 * Main CSS
 * Author: Joseph Kennedy Perez, Sr.
 */

body {
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#E9E9E9;
	background-image:url('../images/mexican-bg.png');
	background-repeat:repeat-x;
}
a {
	text-decoration:none;
}
a:link, a:visited{
	color:blue;
}
a:hover{
	color:red;
}
ul, li {
	margin-left:0px;
}
li {	
	font-size:11px;
	list-style-type:none;
	display:inline;
}
li:hover {
	color:blue;
	cursor:pointer;
}
div#wrapper {
	margin:auto;
	width: 800px;
	text-align: center;
	padding:0px;
}
table#tblmain {
	width: 800px;
	height: 600px;
	border:0px;
	padding:0px;
	border-collapse:collapse;
}
div#ickygerms {
	/*display:none;*/
	margin:auto;
	width:800px;
	height:20px;
	background-color:red;
	border:5px;
	text-align:center;
	color:white;
	font-size:small;
}


