


<style type="text/css">

 		
 			
			<!--A:link {text-decoration:none; color:"#0033cc"}
A:visited { text-decoration:none; color:"#996699" }
A:hover { text-decoration: none; color:"#cc00ff" }
			
			
			
	
 			background-image: url(snake03background.jpg);

 		h1 {font-family: arial, verdana,;
 			color: black;  }

 		p {font-family: arial, ; size:4;
 			color: black; }


 		body
 		{
 			background-image: url(snake03background.jpg);
 			background-repeat: repeat; [repeat, no-repeat, repeat-x, repeat-y]
 			background-position: valueI valueII; [valueI: top, center, bottom, percentage, pixel number]
 			[valueII: right, center, left, percentage, pixel number]
 			background-attachment: fixed; [scroll, fixed]

 			font-family: arial, verdana;
 			color: black;
 			letter-spacing: 0pt; [any number value (3pt, 5pt)]
 			font-weight: normal; [lighter, normal, bold, bolder, any number value (100, 500, 900)]
 			font-size: small;




 			margin-top: 0;
 			margin-bottom: 0;
 			margin-left: 0;
 			margin-right: 0;
 			padding-top: 0;
 			padding-bottom: 0;
 			padding-left: 0;
 			padding-right: 0;
 		}

 		td
 		{ font-family: arial, verdana,; [your font name]
 			color: black;
 			padding-left: 0; [2cm, 4cm etc.]
 			padding-right: 0; [2cm]
 			padding-top: 0; [2cm]
 			padding-bottom: 0; [2cm]
 			padding: 0; [2cm this is for all four sides]
 			padding: 0, 0; [2cm, 4cm : two values for four sides, add numerical value] }

 		input, textarea
 		{ background: #000000 url(yourimage.gif);
 			font-family: arial, verdana,; [your font name]
 			color: #000000;
 			border-style: dotted; [dotted, dashed, solid, double, groove, ridge, inset, outset]
 			border-color: #000000;
 			border-width: 0; [numerical value, 5, 6, 8...] }
</style>