@media screen, projection, tv {
	div#botBar {
		position: absolute;
		top: 450px;
		width: 750px;
	}
	div#botBar a {
		color: black;
	}
	div#botBar a:hover {
		color: red;
	}
	div#botBar h1 {
		font-size: 18px;
		font-weight: bold;
		margin: 0px;
		border-bottom: solid 1px black;
	}
    div#botBar h3 {
		font-size: 14px;
		font-weight: normal;
        margin: 5px;
    }
	div#botBar p {
		padding-left: 10px;
		padding-right: 5px;
		margin-top: -2px;
		margin-bottom: -2px;
		text-justify:newspaper;
	}
	div#botBar div {
		padding: 2px;
		border-top: solid 1px #000;	
	}
	div#botBar table {
		width: 100%;
	}
	div#botBar td {
		padding-left: 20px;
	}
	div#botBar th.blogName {
		padding-left: 10px;
		background-color: #e5e5e5;
	}
}