﻿/* Texas Juvenile Probation Commission - Cascading Style Sheet #1 */

/* Background: White */
body {
background: #FFFFFF;
}

/* Links: Blue */
a:link {
color: #0000FF; 
}

/* Visited Links: Dark Purple */
a:visited {
color: #400080; 
}

/* Active Links: Red */
a:active {
color: #FF0000;
}

/* Paragraph: Black, Arial, 10pt */
p {
color: #000000;
font-family: Arial, Sans-Serif;
font-size: 10pt;
font-weight: normal;
}

/* Heading 1: Black, Arial, 18pt, Bold */
h1 {
color: #000000;
font-family: Arial, Sans-Serif;
font-size: 18pt;
font-weight: bold;
}

/* Heading 2: Black, Arial, 16pt, Bold */
h2 {
color: #000000;
font-family: Arial, Sans-Serif;
font-size: 16pt;
font-weight: bold;
}

/* Heading 3: Black, Arial, 14pt, Bold */
h3 {
color: #000000;
font-family: Arial, Sans-Serif;
font-size: 14pt;
font-weight: bold;
}

/* Heading 4: Black, Arial, 12pt, Bold */
h4 {
color: #000000;
font-family: Arial, Sans-Serif;
font-size: 12pt;
font-weight: bold;
}

/* Heading 5: Black, Arial, 8pt, Bold */
h5 {
color: #000000;
font-family: Arial, Sans-Serif;
font-size: 8pt;
font-weight: bold;
}

/* Heading 6: Black, Arial, 8pt */
h6 {
color: #000000;
font-family: Arial, Sans-Serif;
font-size: 8pt;
font-weight: normal;
}

/* Bulleted List: Black, Arial, 10pt */
ul {
color: #000000;
font-family: Arial, Sans-Serif;
font-size: 10pt;
font-weight: normal;
}

/* Numbered List: Black, Arial, 10pt */
ol {
color: #000000;
font-family: Arial, Sans-Serif;
font-size: 10pt;
font-weight: normal;
}

table {
color: #000000;
font-family: Arial, Sans-Serif;
font-size: 10pt;
font-weight: normal;
}