/*	This style sheet controls the appearance of Walrus. For those unfamiliar with
	CSS, don't despair--the syntax is almost identical to that used when styling
	HTML. More resources can be found at http://www.w3.org/Style/CSS/learning .
	
	In general, if you would normally use an attribute to style your text
	(by making it a certain colour or font, for instance, or changing its size),
	you'll want to put this attribute in the stylesheet. For instance, in order
	to set Walrus to use a different main background colour, change the 
	background-color declaration in the first line of the first class, labelled 
	"body". Anything inside the <body> tags will be formatted according to that
	unless overridden by another declaration. 
	
	Declarations left empty are unused by default, but left in for your 
	convenience. Uncomment to use.	*/
