
/*
      Created by Saeed Khan  on the 3rd of Febuary 2011
	  E-Mail: saeed@actingclass.co.uk
	  
*/

@charset "UTF-8";
/* CSS Document */

IMG.center
{margin-left:auto;
margin-right:auto;
display: block;
}

@font-face
{
font-family: fonttest;
src: url('MyriadPro-Regular.otf');}

p{
	font-family:fonttest, Arial, Helvetica, sans-serif;
	font-size:22px;
	
	
	}

body{
	font-family:fonttest, Arial, Helvetica, sans-serif;
	font-size:22px
	
	}
	
	p.small {line-height:50%;}