Default.aspx Font Size:
Web Form Default.aspx, Default.aspx.vb
News News.ascx, News.ascx.vb
Master Page site.master
Configuration web.config
Stylesheet site.css
Application global.asax
Base Page app_Code\BasePage.vb

Default.aspx

<%@ Page Language="VB" Trace="false" MasterPageFile="~/site.master" AutoEventWireup="false" codefile="Default.aspx.vb" Inherits="_Default" %>
<%@ Register TagPrefix="wu" TagName="News" Src="News.ascx" %>

<asp:Content ID="Content1" ContentPlaceHolderID="mainContent" Runat="server">

                
    <h2>Welcome to the Wrox United Web site.</h2>
    <p>We're a great football team. No really, we are. Don't take any notice 
    of our past performance. We're just unlucky.</p>

    <wu:news id="News1" runat="server" ItemsToShow="5"></wu:news>

</asp:Content>