a:link            { color: #ab062b; font-size: 90%; line-height: 170%; font-family: sans-serif; text-decoration: none }
a:visited         { color: #ab062b; font-size: 90%; line-height: 170%; font-family: sans-serif; text-decoration: none }
a:active          { color: #ab062b; font-size: 90%; line-height: 170%; font-family: sans-serif; text-decoration: none }
a:hover           { color: #ffb000; font-size: 90%; line-height: 170%; font-family: sans-serif; text-decoration: none }
body              { background-image: url("background.jpg"); background-repeat: repeat-x; background-position: 50% 0 }

span.sample1      { color: #a9a9a9; font-size: 10px; line-height: 15px; font-family: sans-serif; text-decoration: none }
span.sample2      { color: #285b99; font-size: 120%; line-height: 120%; font-family: sans-serif; text-decoration: none; font-weight: bold; }
span.sample3      { color: #696969; font-size: 100%; line-height: 100%; font-family: sans-serif; text-decoration: none }
span.sample4      { color: #696969; font-size: 90%; line-height: 170%; font-family: sans-serif; text-decoration: none }

#result {
  /* -- sample code -- */
  box-shadow:1px 1px 2px 0px rgba(0,0,0,0.2);

  /* -- vender prefix -- */
  -webkit-box-shadow:1px 1px 2px 0px rgba(0,0,0,0.2);
}