Simple enough, but I have found having this makes it much easier for me to organize my css.
/** Documentation **/
/*______________________________________________________________________________
AMVC Stylesheet Template
Last Update: Mar 2006
Author: Tom Atwell (klenwell@gmail.com)
NOTES:
See bottom for helpful references.
______________________________________________________________________________*/
/* BASIC LAYOUT */
/*____________________________________________________________________________*/
html
{
/* height:100% */ /* for page centering, uncomment (see http://www.quirksmode.org/css/centering.html) */
}
body
{
/* height:100% */ /* for page centering, uncomment */
margin:0; padding:0;
font-family:Arial, Helvetica, sans-serif;
color:#CCC;
background-color:white;
}
#page
{
}
/* Links */
a
{
color:#ffa500;
text-decoration:underline;
}
a:hover
{
color:lime;
text-decoration:none;
}
/* Headers */
h1, h2
{
margin:0 0 4px;
}
/*____________________________________________________________________________*/
/* SUBSECTION */
/*____________________________________________________________________________*/
/*____________________________________________________________________________*/
/** References **/
/*______________________________________________________________________________
CSS Reference (w3schools.com)
http://www.w3schools.com/css/default.asp
Page Centering with Valid CSS (quirksmode.org)
http://www.quirksmode.org/css/centering.html
Jigsaw CSS Validator (w3.org)
http://jigsaw.w3.org/css-validator/
World Wide Web Consortium Home Page (w3.org)
http://www.w3.org/
______________________________________________________________________________*/
To validate:
Jigsaw CSS Validatorkeywords: css, stylesheet, templates