﻿.newsBoard
{
    /*text-align:center;*/
    position:relative;
    list-style-type:none;
    margin:2px auto;
    padding:2px;
    border-top: 1px solid #7e7e7e;
    top: 9px;
    left: -2px;
    width: 220px;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: medium;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: medium;
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: medium;
}

.newsBoard li
{
    position:relative;
    border-bottom: 1px dashed #7e7e7e;
    padding-bottom:10px;
    margin-bottom :10px;
    top: 0px;
    font-size:smaller;
    text-align:justify;
    padding-left:10px;
    padding-right:10px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

.demandBox
{
    font-size:smaller;
    padding-right:10px; 
    padding-left:10px;
    border-top:1px solid black;
}

.readmore
{
    color:Red;
    white-space: nowrap;
    text-decoration:none;
    /* float:right;
    display:inline;*/
}

.readmore span a
{
    color:inherit;
    text-decoration:none;
}

a
{
    color:inherit;
    text-decoration:none;
}