Source: site.view [edit]
Function name: css
Arguments:
Description: CSS style sheet
Page type: text
Render function:  
Module: noahGames

Page source:

body {
    background:firebrick;
    color: lime;
}

a {
    color: white;
    font-weight: bold;
}