/* 

 Don't you have better things to do then
 snoop around in other people's source ?

 Guess not, this is matt.css living at
 http://matt.peterson.org/

 Matt reminds you that Style Sheet's are
 your friends, die <font>!  Good day.
 Info at http://www.w3.org/Style/CSS/

 matt peterson 
 matt@peterson.org

*/

BODY {
margin-top:	1em;
margin-left:	1em;
margin-right:	2em;
background: 	url(photo/backgrounds/Totally-New-Product-3.JPG) #272727;
}

/* unvisited link */

A:link { 
color:		red;
}

/* visited links */
A:visited { 
color: 		blue; 
}

/* active links */
A:active { 
		color: #272727;
}  

#header {
color:		black;
font-family:	"Arial", sans-serif;
font-size:	28pt;
}
