This is some body text
This is some text inside a paragraph (<p>). Remember to end with a </p> tag.
This page was made to look this way by putting the following between the <head> and </head> tags:
<style type="text/css"> p, div { font-size: 200% ; } pre { font-size: 100% ; } body { color: white ; background: black ; } p { color: pink ; } div { color: #DDDDFF ; } pre { color: red ; } </style>