Example of CSS


body {
       color: #ffffff;
       background: url("texture.jpg") #000060;
       font-size: 30px;
       font-family: arial, helvetica, sans-serif; 
}
div.slidebody { height: 345px; }
code {
       font-weight: bold;
       font-family: "Courier New",courier,monospace;
}