/**********
 * home.css
 * Global - Stylesheets
 * Project: iAsteroids
 * Copyright: Dennis Roehrs 2008
 * Version: 1.0
 */



#view #layoutTable #content h2 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
}

#view #layoutTable #content #home {
	width:700px;
	margin:0 auto 0 auto;
}

#view #layoutTable #content #home td.contentrow {
	width:340px;
	font-size:12px;
	text-align:justify;
	vertical-align:top;
}

#view #layoutTable #content #home td.center {
	width:20px;
}

#view #layoutTable #content #home a:hover {
  color:#BBB;
  text-decoration:underline;
}
