/* CSS Document */

/* text styles */
h1 {
		font-family:Arial, Helvetica,sans-serif; 
		font-size:40px; 
		font-weight:bold;
	}
	
h2	{
	font-family:"Arial Narrow";
	font-size:24px;
	font-weight:bold;
	}

h3	{
	font-family:"Arial Narrow";
	font-size:20px;
	font-weight:bold;
	}

h4	{
	font-family:"Arial";
	font-size:15px;
	font-weight:bold;
	}

p	{
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	}
	

/* text colours and atributes(use these classes if you want to change a fonts colour) */	
.red 
	{ 
		color:#FF0000;
	}

.mpurple
	{
		color:#6301b0;
	}
	
.smaller
	{
		font-size:36px;
		color:#FF0000;
	}

.pbitbigger
	{
		font-size:20px;
	}
	
.style1 
	{
		font-family: Arial, Helvetica, sans-serif
	}
	
.style2
	{
		font-size: 10px;
	}
	
/* add a border to pics */

.simpleborder
	{ 	
		border:1; 
	
	}
		
		