﻿.resources 
{
    text-align:center;
    
}

.resources h5 {
    background-color:Maroon;
    color:Yellow;
    line-height:20px;
    margin:0;
    text-align:center;
}

.resources p {
    margin:0;
	padding-top:5px;
	line-height:15px;
}

.resources td {
    width:300px;
    border: solid 2px maroon;    
}

.resources ul 
{
    list-style:none;
    margin:0;
}

.resources li {
    padding-top:5px;
	line-height:15px;
}


#centertablein h5 {
	text-align:center;
	font-size:small;
	font-family:Arial;
}