&lt;html>
&lt;head>
&lt;style type="text/css">
body
{
background-color:black;
}
h1
{
color:red;
text-align:center;
}
p
{
font-family:"Times New Roman";
font-size:20px;
}
&lt;/style>
&lt;/head>

&lt;body>

&lt;h1>CSS example!&lt;/h1>
&lt;p>This is a paragraph.&lt;/p>

.l {text-align:left}
.c {text-align:center}
.r {text-align:right}
.left {float:left}
.right {float:right}
#stats_members a.member, .bday_strip {white-space:nowrap}
.calendar li span {cursor:default}
#c_tos li {display:list-item;margin-left:25px}
#c_tos ul li {list-style:disc}
#c_tos ol li {list-style:lower-alpha}
#shoutrefresh {cursor:pointer}