/* index.css - a style sheet for the TCC Home Page */

body { font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #000000;
	background: url(../images/wallpaper/paper-resume.jpg);
	margin-top: 1%; margin-right: 2%; margin-bottom: 0; margin-left: 2%;}

div.content { margin-right: 8%; margin-left: 8%;}
div.footer { text-align: center;}

p {  text-align: justify; text-indent: 1.5em}
p.important {
    text-align: justify; text-indent: 1.5em;
    padding-left: 0.2em;
    border-left: solid;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border: red; border-left-width: 0.2em;}

/*

h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 2em; font-style: normal; font-weight: bold; text-align: center}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 1.75em; font-style: normal; font-weight: bold; text-align: center}
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 1.25em; font-style: normal; font-weight: bold; text-align: left}

*/