/*

My Custom CSS
=============

Author:  Brad Hussey
Updated: August 2013
Notes:	 Hand coded for Udemy.com

*/


/* --------------------------------------
   Layout
   -------------------------------------- */
 
.padding
	
	{
		padding-top:0px;
	}
.spacing
	
	{
		padding-top:10px;
	}
.title
{
	font-family: 'Righteous', cursive;
}
.bigger-font
{
	font-size:15px;
}

.notice
{
	color:#F00;
	text-align:center;
	font-weight:bold;
}
.noticeleft
{
	color:#F00;
	text-align:left;
	font-weight:bold;
}

 