// ** standard teplate with examples **

A:link			{font-size: 10pt; text-decoration: none; color: #1E3884; font-weight: bold}
A:visited		{font-size: 10pt; text-decoration: none; color: #1E3884; font-weight: bold}
A:active		{font-size: 10pt; text-decoration: none; color: #1E3884; font-weight: bold}
A:hover			{font-size: 10pt; color: #FFFFFF; font-weight: bold}

A.body:link		{font-size: 10pt; text-decoration: none; color: #1E3884; font-weight: bold}
A.body:visited		{font-size: 10pt; text-decoration: none; color: #1E3884; font-weight: bold}
A.body:active		{font-size: 10pt; text-decoration: none; color: #1E3884; font-weight: bold}
A.body:hover		{font-size: 10pt; text-decoration: none; color: #F2C602; font-weight: bold}

BODY	{font-family: Arial, Veranda; font-size: 9pt; color: #858181}
TD	{font-family: Arial, Veranda; font-size: 9pt; color: #858181}

.header			{font-size: 12pt; text-decoration: none; color: #1E3884; font-weight: bold}
.tiny			{font-size: 11pt; color: #1E3884; font-weight: bold}
.logo			{font-size: 18pt; color: #1E3884; font-weight: bold}
.bold			{font-size: 11pt; color: #858181; font-weight: bold}
.italic			{font-style: italic}
.underline		{text-decoration: underline}

// **   style sheet guide which list every element you can use    **
// ** http://www.webreview.com/style/css1/charts/mastergrid.shtml **
