/*  Styles Sheet
    Matt Gajewski 
     
--------------------------------------------------------------------
The Background of the page itself.
--------------------------------------------------------------------
*/
	html
	{
		background-color: #ffffff;
	}
	body
	{
		margin: auto;
		background-color: #ffffff;
		color: #47616f;
		font-family: Arial, Monospace;
		font-size: 11px;
	}
	
/*
-------------------------------------------------------------------
The Graphic User Interface for the user.
-------------------------------------------------------------------
*/

	div#cs
	{
		margin: auto;
		width: 960px;
		height: 237px;
		margin-top:150px;
		background-image: url('IDSredo/IDS_CS.png');
		background-repeat: no-repeat;
		text-align: center;
	}
	
/*
-------------------------------------------------------------------
Link Styles
-------------------------------------------------------------------
*/

	a:link
	{
		color: #0777ff;
		text-decoration: none;
	}
	
	a:visited
	{
		color: #0777ff;
		text-decoration: none;
	}
	
	a:active
	{
		color: #0777ff;
		text-decoration: none;
	}
	
	a:hover
	{
		color: #64a0e8;
		text-decoration: none;
	}
	
	a.artist:link
	{
		color: #64a0e8;
		text-decoration: none;
	}
	
	a.artist:visited
	{
		color: #64a0e8;
		text-decoration: none;
	}
	
	a.artist:active
	{
		color: #64a0e8;
		text-decoration: none;
	}
	
	a.artist:hover
	{
		color: #0777ff;
		text-decoration: none;
	}

	a#menu:link
	{
		color: #6095d7;
		text-decoration: none;
	}
	
	a#menu:visited
	{
		color: #6095d7;
		text-decoration: none;
	}
	
	a#menu:active
	{
		color: #6095d7;
		text-decoration: none;
	}
	
	a#menu:hover
	{
		color: #417fcc;
		text-decoration: none;
	}
	
	a.clients:link
	{
		color: #224176;
		text-decoration: none;
	}
	
	a.clients:visited
	{
		color: #224176;
		text-decoration: none;
	}
	
	a.clients:active
	{
		color: #224176;
		text-decoration: none;
	}
	
	a.clients:hover
	{
		color: #166dd9;
		text-decoration: none;
	}


