body {

 background-image: url("american-flag-2260839_1920.jpg");
	color:black;
}
#container {

	background-color: navy;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	min-height: 500px;
    color:white;
	

}
.paragraph
{
	text-align: center;
}
.list
{

text-align: center;
}
.links
{
text-align: center;
}
#footer
{
	text-align: right;
	
}
.bar
{
text-align: center;
	margin: 0;
	padding:0;
}
.logo
{
text-align: center;
padding-top: 2px;
padding-right:20px;
}
.info
{
	text-align: center;
}
.marqee
{
	margin:0;
	padding: 0;
}
.c2
{
	margin: 0;
}
a:link {

text-decoration: none;
color: red;
}
a:visited {
text-decoration:none;
color: red;
}
a:hover {
text-decoration:underline;
color: red;
}
a:active {
	text-decoration:underline;
	color: red;
}
ul
{
list-style-type: none;
}
