/* http://www.mrao.cam.ac.uk/~cjo25/cjo25.css */
/*  COSX Style sheet */

/*  LINKS */
a:link		{color: #003366;}
a:active	{color: #003366;}
a:visited	{color: #003366;}	

/*  LISTS */
ul		{font-size: 10pt;}
li		{font-size: 10pt;}

/*  PARAGRAPH */
p		{font-family: arial, helvetica, sans-serif; font-size: 10pt; horizontal-align: justify; }

/*  TABLES */
td		{font-family: arial, helvetica, sans-serif; font-size: 10pt; horizontal-align: justify; vertical-align: top;}

/*  HEADERS  */
h1			{font-size: 11pt; color: #000000; font-family: arial, helvetica, sans-serif;}
h2			{font-size: 11pt; font-weight: bold; color: #000000; font-family: arial, helvetica, sans-serif;}
h3			{font-size: 10pt; color: #000000; font-family: arial, helvetica, sans-serif;}
h4			{font-size: 10pt; font-weight: bold; color: #000000; font-family: arial, helvetica, sans-serif;}
