<style type="text/css">{  }
/* HIDE START */
/*	to link a style sheet :- LINK REL='stylesheet' type='text/css' href='url' */

body
						{
						font-family:		sans-serif; 
						font-size: 			smaller;
						background-image:	url('IMAGES/paper.gif');	
						cursor: 			url('Blue.cur'),  auto;)
						}

:link					{	}

:visited				{	}

:hover					{	}

a						{
						cursor:				url('Green.cur'),  auto;}
						}

h1
						{
						font-family:		sans-serif; 
						font-size: 			large;
						}

h2
						{
						font-family:		sans-serif; 
						font-size: 			medium;
						}

h3
						{
						font-family:		sans-serif; 
						font-size: 			small;
						}

td
						{
						font-family:		sans-serif; 
						font-size: 			smaller;
						}

code
						{
						font-family:		courier, monospace;
						font-size:			smaller;
						}

.question				{	background-image:	url('IMAGES/question.jpg');	}

.example				{	background-image:	url('IMAGES/example.jpg');	}

.backgroundimagefire	{	background-image:	url('IMAGES/fire.jpg');	}

.textalignleft			{	text-align: left;	}
.textaligncenter		{	text-align: center;	}
.textalignright			{	text-align: right;	}
.textalignjustify		{	text-align: justify;	}

.colorblue				{	color: blue;	}
.colorred				{	color: red;	}
.colorgreen				{	color: green;	}
.colorgray				{	color: gray;	}

.backgroundcolorsilver	{	background-color: silver;	}
.backgroundcolorgray	{	background-color: gray;	}

.titlebar				{	background-color: goldenrod;	}

.titletext
						{
						font-family:	sans-serif;
						font-weight:	bold;
						font-size:		9pt;
						color:			#000000;
						}

.tiptext
						{
						font-family:	sans-serif;
						font-size:		9pt;
						color:			#000000;
						}

.tiptextfrom
						{
						font-family:	sans-serif;
						font-size:		9pt;
						color:			#000000;
						text-align: 	right;
						font-style:		italic;
						}
						
.detailstext
						{
						font-size:		9pt;
						}

.detailstextcolorgreen
						{
						font-size:		9pt;
						color:			green;
						}

.backgrounddemo			{	background: gray;	}


/*
	used in:-
	example - bouncing text
*/
.biggreen
						{
						font-size: 		72pt;
						color:			green;
						}

.exampletext			{	font-size: 10pt;	}
.exampletitle			{	font-size: 16pt;	}
.albumtext				{	font-size: 10pt;	}
.albumtitle				{	font-size: 16pt;	}
.contactdetails 		{	font-size: medium;	}

.fieldnames
						{
						font-size:		12pt;
						font-weight:	bold;
						}

.formbutton
						{
						font-size:		14pt;
						font-weight:	bold;
						}

/*
	used in:-
	example - console
*/
.cursorhand				{	cursor: hand;		}

/*
	used in:-
	example - letters game
	tutorials
*/
.bordercolorgold		{	border-color:gold;	}

.borderstyleridge		{	border:12px ridge silver; 	}
.borderstyleoutset		{	border:12px outset silver; 	}
.borderstylenone		{	border:12px none silver; 	}
.borderstyleinset		{	border:12px inset silver; 	}
.borderstylegrove		{	border:12px groove silver; 	}
.borderstyledouble		{	border:12px double silver; 	}
.borderstyledotted		{	border:4px dotted silver; 	}
.borderstyledashed		{	border:4px dashed silver; 	}
.borderstylesolid		{	border:4px solid silver; 	}

/*
	used in:-
	CV
*/
.lime
						{
						background-color:	lime;
						text-align:			center;
	 					}

.textaligncenterfontsize10
						{
						text-align: 		center;
						font-size: 			10pt;
						}

.bordertopdemo			{	border-top:4px solid gray; 	}
.borderrightdemo		{	border-right:4px solid gray; 	}
.borderleftdemo			{	border-left:4px solid gray; 	}
.borderbottomdemo		{	border-bottom:4px solid gray; 	}
.borderdemo				{	border:4px solid gray; 	}
.borderdemo3d			{	border-bottom-color: gray; border-bottom-style: solid; border-bottom-width: medium; border-left-color: silver; border-left-style: solid; border-left-width: thin; border-right-color: gray; border-right-style: solid; border-right-width: medium; border-top-color: silver; border-top-style: solid; border-top-width: thin;	}
.bordercolordemo001		{	border:12px ridge pink; 	}
.bordercolordemo002		{	border:12px ridge blue; 	}
.bordercolordemo003		{	border:12px ridge red; 	}
.bordercolordemo004		{	border:12px ridge yellow; 	}
.bordercolordemo005		{	border:12px ridge magenta; 	}
.bordercolordemo006		{	border:12px ridge cyan; 	}
.bordercolordemo007		{	border:12px ridge lime; 	}

.paddingdemo3d			{	padding-bottom: 10; padding-left: 10; padding-right: 20; padding-top: 20;	}
.paddingdemo			{	padding:40;	}
.margindemo3d			{	margin-bottom: 10; margin-left: 10; margin-right: 20; margin-top: 20;	}
.margindemo				{	margin:40;	}

.fontdemomonospace		{	font-family: 'Courier, monospace';	}
.fontdemofantasy		{	font-family: 'Algerian, fantasy';	}
.fontdemocursive		{	font-family: 'Brush Script MT, cursive';	}
.fontdemoserif			{	font-family: 'Times New Roman, serif';	}
.fontdemosansserif		{	font-family: 'Arial, sans-serif';	}

/*
	used in:-
	CONTACT
*/
.filtereffect
						{
						text-align: left; 
						width: 300; 
						height: 50; 
						font-size: 24pt; 
						font-family: 'Arial Black, sans-serif'; 
						color: black; 
						background-color: transparent; 
						Filter: Shadow(Color=gray, Direction=135, enabled=1);
						}

/*
	used in:-
	CV
*/
.filtereffect_small
						{
						text-align: left; 
						width: 600; 
						height: 32; 
						font-size: 18pt; 
						font-family: 'Arial, sans-serif'; 
						color: black; 
						background-color: transparent; 
						Filter: Shadow(Color=gray, Direction=135, enabled=1);
						}

.liststylenone			{	list-style: none;	}

/*
	used in:-
	example - form
*/
.textaligncentercolorblue	{	text-align: center; color: blue;	}
/* HIDE END */ -->
</STYLE>