<style type="text/css">
	body	{
		font-family: 		"Verdana", "Arial", "Sans Serif";
		font-size: 		10pt;
		color:			blue;
		background-color:	red;
		}
	
	h1	{
		font-family:		"Times New Roman", "Serif";
		font-size:		20pt;
		font-weight:		bold;
		}

	h2	{
		font-family:		"Times New Roman", "Serif";
		font-size:		16pt;
		font-weight:		bold;
		}

	h3	{
		font-family:		"Times New Roman", "Serif";
		font-size:		14pt;
		font-weight:		bold;
		color:			#2d599f;
		}

	a	{
		text-decoration:	none;
		font-weight:		bold;
		color:			#cab6af;
		}
	
	a:link	{
		color:			cornflowerblue;
		}

	a:active {
		color:			cornflowerblue;
		}

	a:visited {
		 color:			cornflowerblue;
		}

	a:hover	{
		color:			red;
		}

	.memory	{
		color:			#2d599f;
		}

</style>
