/*
@description body size specification. separate so text resize can be done

@author	Bryan Gullan
@created 2005-05-06

@dependsOn 
@basedOn 

@modified
*/

body {

}

.textsmall {
	font-size:1em;
	text-decoration: none;
	text-transform: uppercase;
}

.textmedium {
	font-size: 2em;
	text-decoration: underline;
	text-transform: uppercase;
}

.textlarge {
	font-size: 300%;
	text-decoration: underline;
	text-transform: uppercase;
}


