/* $Id: sample.css 4322 2006-09-04 08:49:33Z shacka $ */
/*
  Sample CSS file.
*/

.sample {
  background: url(sample1.jpg);
  font: bold x-large arial;
  color: #f00;
  padding: 10px;
  border: 2px dashed #0f0;
}
