﻿
/* --- template.css - HTML Blocks --- */
	

	a.navLink:link {
		font-family:Arial,Tahoma,Helvetica;
		font-size:15px;
		font-weight:bold;
		line-height:29px;
		text-decoration:none;
		color:#454545;
	}
	
	a.navLink:hover {
		font-family:Arial,Tahoma,Helvetica;
		font-size:17px;
		font-weight:bold;
		line-height:29px;
		text-decoration:none;
		color:white;
	}

	a.navLink:visited {
		font-family:Arial,Tahoma,Helvetica;
		font-size:15px;
		font-weight:bold;
		line-height:29px;
		text-decoration:none;
		color:#454545;
	}

	.navNoneLink {
		font-family:Arial,Tahoma,Helvetica;
		font-size:15px;
		font-weight:bold;
		line-height:29px;
		text-decoration:none;
		color:#3B7580;
	}

	p {
		margin:3px;
	}




/* --- template.css - IDs & Classes --- */


	.welcomeNote {
		font-family:Arial,Tahoma,Helvatica;
		font-size:19px;
		font-weight:bold;
		color:black;
	}
	
	.redColor {
		color:red;
	}
