/*
TITLE: External
AUTHOR: Sarah Jones
PURPOSE:Final Project CSS
ORIGINALLY CREATED ON:05.14.12
LAST MODIFIED ON:05.14.12 
LAST MODIFIED BY:Sarah Jones
MODIFICATION HISTORY:Edited CSS code
*/ 
/*This is here to show an example of an Embedded CSS in all pages coded background-color: #000000
that overrides the external CSS code shown below*/
body {background-color: #ffff00;}
/*This changes the font color on all pages*/
p{	color:#FFFF00;
	font-weight:Bold;
	font-family:Verdana;}
/*Controls the font size and color of the ordered lists*/
ol{ font-size:large;
	color:#FFFF00;
	font-family:Verdana;}
/* Controls the unordered list*/
ul {color: #FFFF00;
	font-family: Verdana;}
/*This controls the toolbar at the heading of the page that is really small*/	
ul.toolbar {
                margin:0;
                margin-right: 45px;
                padding:0;
                text-align:right;
                }

                ul.toolbar li {
                display:inline;
                padding:0 10px;
                list-style-type:none;
                font-size:10px;
                }

                ul.toolbar li a {
                text-decoration:none;
                color:#000080;;
                }

                ul.toolbar li a:hover {
                text-decoration:underline;
                background-color:#000080;
                color:#fff;
                }
/*Controls the color of the Calorie Counter Text*/				
td {color: #FFFF00;}
/* Controls the blockquote text color! */
.quote { color: #FFFF00;
		font-weight:Bold;
	font-family:Verdana;}
/*Controls the floating of the text*/
#side {float: left;
		Align: left;}
/*Controls the button/tabs position*/
#sidebar { align: left;}
/*controls the lets take a quiz section*/
.pic { padding-left: 250;}
/*controls the mcdonalds and burger king links*/
.link{ padding-left:250;}
/* centers the Mcdonalds and Burger King best section*/
.best{ padding-left: 250;}
/*Controls the table position*/
.table {padding-left: 250;}


