/* CSS Document */

/* For Menu buttons only */
.menustyle {
	font-family: "Times New Roman", Times, serif;
	text-align:center;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	color: #000033;
	text-decoration: none;
}

/* Tower Aquariums Heading */
.headerstyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	font-style: italic;
	font-weight: normal;
	color: #000033;
    text-align:center;
}

/* Sub heading and page headings */
.maincolumnstyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #000033;
	text-align:center;
}

/* All standard text */
.textstyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #000033;
	text-align:center;
}
a {
	text-decoration: none;
	color: #000033;
}
