<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

p
{

border-style: solid;
border-width: 5px;
margin-top: 10px;
 margin-bottom: 10px;
 margin-right: 5px;
 margin-left: 5px;
}


h1 { font-family: "Comic Sans MS", cursive; Font-size: 32px; Color:  #0FF    }
h2 { font-family: "Comic Sans MS", cursive; Font-size: 24px; Color: #036 } 


#banner
{

	background-color: #333;
	background-image: url(../Pictures/industry-gaming-header.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 750px;
	margin-bottom: 30px;
}
</pre></body></html>