/*CSS test file

Purpose: Provide example of this file type
File type: CSS
Version: 1.0
Remark: */


/* File created by Online-Convert.com (http://www.online-convert.com)
More example files: http://www.online-convert.com/file-type
License: Attribution-ShareAlike 3.0 Unported (http://creativecommons.org/licenses/by-sa/3.0/)

Feel free to use and share the file according to license above. */


/* Example Content below. */


body {
  padding-left: 11em;
  font-family: Arial;
  color: black;
  background-color: #ffffff;
}

h1 {
  font-family: Arial;
  color: #ff0000;
  font-size: 40px;
}

a {
  color: #ff0000;
  font-weight: bold;
}
a:hover {
  color: #000000;
}