/********************************************
Main style sheet.
-------------------------------------------------------
Attributes set in this file afffect structures, 
margins, text alignment, and other 
elements that should not be altered.

HTML Elements
-------------------------------------------------------
These attributes affect all instances of 
the specified element.
*********************************************/
BODY
{
	margin: 0px;
}

/********************************************
Class Elements
-------------------------------------------------------
These attributes affect all instances 
contaning the specified class.
*********************************************/
BLOCKQUOTE.notes{
	border : 1px solid;
	padding : 3px;
}
TD.menut{
	padding : 3px;
}
TD.menul UL{
	margin-bottom : 10px;
}
/********************************************
ID Elements
-------------------------------------------------------
These attributes affect specified instances 
contaning the named ID.
*********************************************/
#menu{
	padding : 3px;
}
#ql{
	width : 150px;
}
#sub{
	padding : 2px;
}