/* main.css
 *
 *	Copyright (c) 2013 Wing Ho Yuen. All rights reserved. 
 */

a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.companyName
{
	margin-top: 20px; font-size: 36px; font-weight: normal; color: #606060; text-align: center;
}
.projectName
{
	margin-top: 15px; font-size: 24px; font-weight: bold; color: #008800; text-align: center;
}
.pageBottomMargin
{
	margin-bottom: 50px;
}