/* Frame page */
/* Body refers to the purple background and text over all the page except the main bulk of text, which is contained in a frame (and framestyle.css is its style sheet).  h1 is the same as normal text but pruple, and is used for "The Institute of...", h2 is also purple, but is bold as well.  Used for Titles like Organising committee and Members etc. "a" is for links, "a hover" is when the mouse is over links, "a visited" is what a link looks like after it's been clicked. At the moment, this value is blank, but feel free to change it if you want */ 

body {
	background-color: #7c1042;
	color: #444342;
	font-family: Arial;
	text-align: right;
	position: absolute; 
	font-size:10pt;
}
h1 {
	color: #7c1042;
}
h2 {
	color: #7c1042;
	font-weight: bold;
}
div1 {
	background-colour: white;
	color: #444342;
	font-family: Arial;
	text-align: right;
	position: absolute; 
	font-size:10pt;
}
