﻿


/* container -> tree (treeview class)
--------------------------------*/
.treeview a.selected { color: #e5d500; }
.treeview .hover { cursor: pointer; text-decoration: none; }
.treeview a.hover { color: #e5d500; }

/* content 
-----------------------------------*/
#content h1 { background: url(images/h1_bg_yellow.jpg) no-repeat center center; }
#content h1 span { color: #f2e100; }
#content a { color: #e5d500; text-decoration: none; border-color: #e5d500; }
#content a:hover { text-decoration: underline; }
#content table th { border-bottom-color: #e5d500; }
