<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {

	list-style			:	none;
	margin				  :	0px auto;

}

body {

	background			:	#fcb913;
	width				    :	800px;
	font-family     : Arial, Verdana;
	font-size       : 12px;
	color           : #FFF;

}

div#container {

  background			:	url("bg.jpg") no-repeat #fcb913;
  width           : 800px;
  height          : 975px;
  float           : left;
  /*border          : 5px solid #f26a20;*/

}

div#text {
  
  width           : 500px;
  height          : 500px;
  float           : left;
  padding-left    : 30px;
  padding-top     : 250px;

}

div#text a {

  color           : white;
  text-decoration : underline;
  
}

div#text a:hover {

  color           : white;
  text-decoration : none;
  
}

h1 {

  font-size       : 18px;

}</pre></body></html>