
/* CSS definition file containing sitestyle stylesheets */
body {
text-align:center;
}
#container {
margin:0px auto 0px auto;
width:830px;
border:5px solid #990099;
font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif; font-size: medium; color: rgb(102,0,102);
background-color:rgb(255,204,255);
background-image: url("img02.jpg");
background-repeat: no-repeat;
A:active { color: rgb(0,51,204);}
 A:link { color: rgb(102,0,102);}
 A:visited { color: rgb(153,0,153);}
}
</style>
</head>

<body>
<div id="container">
Some text goes in here
</div>
</body>
</html>
 
